Skip to content

Commit 7c29230

Browse files
Remove stale .vsconfig components (dotnet#8862)
.NET (Core) stuff is implied by ManagedDesktop now, and we require only "some .NET Framework SDK", so no need to specify explicitly as one will be delivered by ManagedDesktop. We do still target .NET Framework 3.5, though . . .
1 parent c6bb232 commit 7c29230

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.vsconfig

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
22
"version": "1.0",
33
"components": [
4-
"Microsoft.Net.Component.4.8.SDK",
5-
"Microsoft.Net.Component.4.7.2.SDK",
6-
"Microsoft.Net.Component.4.TargetingPack",
7-
"Microsoft.Net.Component.4.7.2.TargetingPack",
84
"Microsoft.VisualStudio.Workload.ManagedDesktop",
9-
"Microsoft.Net.Component.3.5.DeveloperTools",
10-
"Microsoft.VisualStudio.Workload.NetCoreTools"
5+
"Microsoft.Net.Component.3.5.DeveloperTools"
116
]
127
}

0 commit comments

Comments
 (0)