Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamian Edwards <damian@damianedwards.com>2022-06-28 02:56:16 +0300
committerGitHub <noreply@github.com>2022-06-28 02:56:16 +0300
commit723b7cc47cb7734560bb672ca9e25f248c05bec2 (patch)
tree76e394b9951e4088b03a8cffb3913446d7c55620
parentafefa5c20617a939542d6b89b4756998e2fbfa44 (diff)
Add comment to CommonLibTests.vcxprojdamianedwards/updatevsmanifests
-rw-r--r--src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/CommonLibTests.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/CommonLibTests.vcxproj b/src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/CommonLibTests.vcxproj
index 905f462db9..9dbd0edb01 100644
--- a/src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/CommonLibTests.vcxproj
+++ b/src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/CommonLibTests.vcxproj
@@ -40,6 +40,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{1eac8125-1765-4e2d-8cbe-56dc98a1c8c1}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
+ <!-- If the following line is updated ensure that the /eng/scripts/vs.17.*.json files are updated to include the same version component too. -->
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.19041.0</WindowsTargetPlatformVersion>
<PlatformToolsetVersion Condition=" '$(PlatformToolsetVersion)' == '' ">v143</PlatformToolsetVersion>
<ConfigurationType>Application</ConfigurationType>