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 20:00:11 +0300
committerGitHub <noreply@github.com>2022-06-28 20:00:11 +0300
commitfb1b3a1ff7680d32fff484f08dd222e39edd5b3b (patch)
treed7ba968bc0ee403f834f0314acbd1fd0bc92eec8 /.vsconfig
parent2b36530405d7a2e1de1bc2b6270552b394d1c35c (diff)
Updated VS workload manifests to Windows SDK 19041 (#42457)
* Updated VS workload manifests to Windows SDK 19041 * Add comment to props file * Add comment to CommonLibTests.vcxproj * Updated root .vsconfig
Diffstat (limited to '.vsconfig')
-rw-r--r--.vsconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vsconfig b/.vsconfig
index 3dff770c10..e0fa83eab9 100644
--- a/.vsconfig
+++ b/.vsconfig
@@ -12,7 +12,7 @@
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
- "Microsoft.VisualStudio.Component.Windows10SDK.18362",
+ "Microsoft.VisualStudio.Component.Windows10SDK.19041",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
"Microsoft.VisualStudio.Workload.NativeDesktop",
"Microsoft.VisualStudio.Workload.NetWeb",