From 529fcdade971ae700f6f768e43174562debfa6f8 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Sat, 16 Mar 2024 02:22:15 +0100 Subject: [PATCH] Bump NuGet to 5.11.5 https://github.com/advisories/GHSA-6qmf-mmc7-6c2p --- CMakeLists.txt | 2 +- cmake.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ebd5c6..9f74ff0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -273,7 +273,7 @@ set_target_properties(Dotx64DbgManaged PROPERTIES VS_GLOBAL_SatelliteResourceLanguages neutral VS_PACKAGE_REFERENCES - "Microsoft.CodeAnalysis.Compilers_3.10.0;NuGet.Configuration_5.11.0;NuGet.Frameworks_5.11.0;NuGet.Protocol_5.11.0;NuGet.Versioning_5.11.0" + "Microsoft.CodeAnalysis.Compilers_3.10.0;NuGet.Configuration_5.11.5;NuGet.Frameworks_5.11.5;NuGet.Protocol_5.11.5;NuGet.Versioning_5.11.5" VS_DOTNET_REFERENCES_COPY_LOCAL false ) diff --git a/cmake.toml b/cmake.toml index 2358648..6c0c75f 100644 --- a/cmake.toml +++ b/cmake.toml @@ -183,10 +183,10 @@ VS_GLOBAL_CopyLocalLockFileAssemblies = "true" VS_GLOBAL_SatelliteResourceLanguages = "neutral" VS_PACKAGE_REFERENCES = [ "Microsoft.CodeAnalysis.Compilers_3.10.0", - "NuGet.Configuration_5.11.0", - "NuGet.Frameworks_5.11.0", - "NuGet.Protocol_5.11.0", - "NuGet.Versioning_5.11.0" + "NuGet.Configuration_5.11.5", + "NuGet.Frameworks_5.11.5", + "NuGet.Protocol_5.11.5", + "NuGet.Versioning_5.11.5" ] VS_DOTNET_REFERENCES_COPY_LOCAL = "false" x64.RUNTIME_OUTPUT_DIRECTORY_RELEASE = "${BUILD_OUTPUT_DIR}"