From 911da06655ed27134cb2993afee48f848886a3cc Mon Sep 17 00:00:00 2001 From: Andrii Chebukin Date: Sat, 23 May 2026 03:16:22 +0200 Subject: [PATCH] chore(security): update vulnerable `NuGet.*` packages to `6.14.3` * Upgraded `NuGet.Common` and `NuGet.Protocol` from `6.14.0` to `6.14.3` in Directory.Packages.props to incorporate the latest bug fixes and improvements * Enabled `CentralPackageTransitivePinningEnabled` --- Directory.Build.props | 1 + Directory.Packages.props | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e67d7ed..eac940a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,6 +17,7 @@ See https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-director true + true false diff --git a/Directory.Packages.props b/Directory.Packages.props index c42d797..7a0be7c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -19,10 +19,13 @@ - - + + + + + - \ No newline at end of file +