Skip to content

Commit

Permalink
Remove stale .vsconfig components (dotnet#8862)
Browse files Browse the repository at this point in the history
.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 . . .
  • Loading branch information
rainersigwald committed Oct 10, 2023
1 parent c6bb232 commit 7c29230
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .vsconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"version": "1.0",
"components": [
"Microsoft.Net.Component.4.8.SDK",
"Microsoft.Net.Component.4.7.2.SDK",
"Microsoft.Net.Component.4.TargetingPack",
"Microsoft.Net.Component.4.7.2.TargetingPack",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
"Microsoft.Net.Component.3.5.DeveloperTools",
"Microsoft.VisualStudio.Workload.NetCoreTools"
"Microsoft.Net.Component.3.5.DeveloperTools"
]
}

0 comments on commit 7c29230

Please sign in to comment.