Skip to content

Commit 53ee8d0

Browse files
Add Visual Studio configuration
1 parent 99b13d2 commit 53ee8d0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vsconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.Net.Component.4.7.2.TargetingPack",
5+
"Microsoft.Net.Component.4.8.SDK",
6+
"Microsoft.Net.Component.4.8.TargetingPack",
7+
"Microsoft.VisualStudio.Workload.NetCoreTools",
8+
"Microsoft.VisualStudio.Workload.NetWeb"
9+
]
10+
}

0 commit comments

Comments
 (0)