-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugneeds-triageHave yet to determine what bucket this goes in.Have yet to determine what bucket this goes in.
Description
Issue Description
.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. This is a minor annoyance but it is also a minor change. See quick edit 0221d3a.
Steps to Reproduce
- Confirm that .NET Core 2.1 is not installed.
- Open MSBuild.sln or MSBuild.Dev.slnf in Visual Studio.
- Note the message displayed: "Based on your solution, you might need to install extra components for a full development experience."
- Build the solution and note that the build succeeds without .NET Core 2.1 installed.
Analysis
The solution's requirements/dependencies have changed and the .vsconfig file is not up to date.
Versions & Configurations
Issue observed with VS2022.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugneeds-triageHave yet to determine what bucket this goes in.Have yet to determine what bucket this goes in.
