From 3266fd5e653e243be86e82549fe8504aca463f04 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Fri, 24 Oct 2025 14:53:23 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Disables=20CentralPackageTransit?= =?UTF-8?q?ivePinning=20in=20favor=20of=20explicit=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keeping this enabled makes nuget updating a pain, with manual edits required to circumvent certain dependency graphs --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index b7930f6..b00cb64 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -62,7 +62,7 @@ true - true + false