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}"