Skip to content

Commit

Permalink
Remove stale .vsconfig components (#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 authored and MichalPavlik committed Oct 17, 2023
1 parent 4aec098 commit d374923
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 d374923

Please sign in to comment.