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:
authorKevin Pilch <me@pilchie.com>2020-03-29 02:43:49 +0300
committerKevin Pilch <me@pilchie.com>2020-04-01 00:25:44 +0300
commitf34033a415f57b9364c4760c2e89749daa645995 (patch)
treebd8acd365aee7f1d050178b12660e5a5a35bd784 /.vsconfig
parent58db57be4cf736fc2871ba6577667adf3f64efb3 (diff)
Add .vsconfig files in root and beside slns
Diffstat (limited to '.vsconfig')
-rw-r--r--.vsconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.vsconfig b/.vsconfig
new file mode 100644
index 0000000000..7a520fe61c
--- /dev/null
+++ b/.vsconfig
@@ -0,0 +1,12 @@
+{
+ "version": "1.0",
+ "components": [
+ "Microsoft.Net.Component.4.6.1.TargetingPack",
+ "Microsoft.Net.Component.4.7.2.SDK",
+ "Microsoft.Net.Component.4.7.2.TargetingPack",
+ "Microsoft.VisualStudio.Workload.ManagedDesktop",
+ "Microsoft.VisualStudio.Workload.NetCoreTools",
+ "Microsoft.VisualStudio.Workload.NetWeb",
+ "Microsoft.VisualStudio.Workload.VisualStudioExtension"
+ ]
+}