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:
authorBenjamin Bartels <benjamin@bartels.dev>2020-10-11 05:00:45 +0300
committerGitHub <noreply@github.com>2020-10-11 05:00:45 +0300
commitc57dffd69a7aa305b24728c84ae6b0b5b33701f8 (patch)
treeb8be3c04b8287b292f6f4c81479defe60c0a8c97 /.vsconfig
parent221d4c4de00875e221ca8c9d166ab3a6fc6da494 (diff)
Fixed failing build with -allconfigurations by adding dependency to .vsconfig (#37555)
Diffstat (limited to '.vsconfig')
-rwxr-xr-x.vsconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vsconfig b/.vsconfig
index c523120abdb..f021cc4da8c 100755
--- a/.vsconfig
+++ b/.vsconfig
@@ -47,6 +47,7 @@
"Microsoft.VisualStudio.Component.Git",
"Microsoft.VisualStudio.Component.LinqToSql",
"Microsoft.Net.Component.4.6.2.SDK",
- "Microsoft.Net.Component.4.7.SDK"
+ "Microsoft.Net.Component.4.7.SDK",
+ "Microsoft.Net.Component.4.7.1.TargetingPack"
]
} \ No newline at end of file