Skip to content

Conversation

@jrdodds
Copy link
Contributor

@jrdodds jrdodds commented Dec 19, 2022

.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.

.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.
Copy link
Contributor

@Forgind Forgind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds pretty reasonable 🙂

@rainersigwald rainersigwald added the merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now. label Jan 3, 2023
@JaynieBai JaynieBai merged commit 955c470 into dotnet:main Jan 4, 2023
@jrdodds jrdodds deleted the patch-1 branch January 4, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update .vsconfig to remove .NET Core 2.1 component

5 participants