From 50d7e7015c4a8a702b2cf6725fc133d043888a10 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Tue, 4 May 2021 10:24:29 -0700 Subject: [PATCH] Limit the version range for the VS generator to versions that CMake currently understands. --- .../build/Microsoft.DotNet.CMake.Sdk.targets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.CMake.Sdk/build/Microsoft.DotNet.CMake.Sdk.targets b/src/Microsoft.DotNet.CMake.Sdk/build/Microsoft.DotNet.CMake.Sdk.targets index f8b6cc87f79..89299a0672d 100644 --- a/src/Microsoft.DotNet.CMake.Sdk/build/Microsoft.DotNet.CMake.Sdk.targets +++ b/src/Microsoft.DotNet.CMake.Sdk/build/Microsoft.DotNet.CMake.Sdk.targets @@ -30,6 +30,8 @@ <_CMakeMultiConfigurationGenerator>true <_CMakePassArchitectureToGenerator>true + + [,17.0) Win32 @@ -37,7 +39,7 @@