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:
authorViktor Hofer <viktor.hofer@microsoft.com>2020-10-11 20:00:40 +0300
committerGitHub <noreply@github.com>2020-10-11 20:00:40 +0300
commitd30b0678fa2a9886efd769eec3c683e4bc188d6a (patch)
treeca0822074ac684923e3e9becef828f8a2e13fb50 /.vsconfig
parent61080834c65fe7378b764546ff1592bc93ea7e7f (diff)
Revert "Fixed failing build with -allconfigurations by adding dependency to .vsconfig (#37555)" (#43278)
This reverts commit c57dffd69a7aa305b24728c84ae6b0b5b33701f8.
Diffstat (limited to '.vsconfig')
-rwxr-xr-x.vsconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vsconfig b/.vsconfig
index f021cc4da8c..c523120abdb 100755
--- a/.vsconfig
+++ b/.vsconfig
@@ -47,7 +47,6 @@
"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.1.TargetingPack"
+ "Microsoft.Net.Component.4.7.SDK"
]
} \ No newline at end of file