Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Rainer Sigwald 505676bf35
Remove stale .vsconfig components (#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 . . .
2023-10-10 16:17:35 +02:00
Jonathan Dodds 955c470284
Update .vsconfig to remove .NET Core 2.1 component (#8256)
.NET Core 2.1 is out of support and is not used in the projects in MSBuild.sln. Removing the "Microsoft.Net.Core.Component.SDK.2.1" ID from the .vsconfig file will stop Visual Studio from complaining when .NET Core 2.1 is not installed.

Fixes #8255

Context
Developer issue while working with MSBuild.sln in Visual Studio.

Changes Made
Remove one line from .vsconfig file

Testing
Tested opening the solution before and after the .vsconfig change.
2023-01-04 10:32:07 +08:00
Nathan Mytelka 0531aa3a7c
Removed unnecessary files from config file
Many of the individual components listed in the first version were downloaded automatically from workloads, so this makes it more resistant to version updates necessitating changes. It also removed some extraneous files.
2019-09-05 10:44:15 -07:00
Nathan Mytelka 08db947ed9 Created a configuration file for VS
Ensures that everything necessary is downloaded.
2019-09-04 14:41:47 -07:00