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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilesDMiddleton <g_at_work@hotmail.com>2021-04-19 17:42:33 +0300
committerGitHub <noreply@github.com>2021-04-19 17:42:33 +0300
commit8f4a12df829ae1bd3ac8c39aa07730ebe286c849 (patch)
treed97a9e7860c32ff06d6d3fa04c4e22d96434e73c /.vsconfig
parent6f0fd0a6d3855a07234248c2dbc7c14e7a3a905e (diff)
.vsconfig update for .NET 4.8 (#51464)
.vsconfig was missing the missing the .NET 4.8 Targetting pack option. Fix #51455
Diffstat (limited to '.vsconfig')
-rwxr-xr-x.vsconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vsconfig b/.vsconfig
index c523120abdb..b0c6f21fd92 100755
--- a/.vsconfig
+++ b/.vsconfig
@@ -30,6 +30,7 @@
"Microsoft.Net.ComponentGroup.4.6.2.DeveloperTools",
"Microsoft.Net.Component.4.7.TargetingPack",
"Microsoft.Net.ComponentGroup.4.7.DeveloperTools",
+ "Microsoft.Net.Component.4.8.TargetingPack",
"Microsoft.VisualStudio.Component.VC.CoreIde",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
@@ -49,4 +50,4 @@
"Microsoft.Net.Component.4.6.2.SDK",
"Microsoft.Net.Component.4.7.SDK"
]
-} \ No newline at end of file
+}