Warning on .NET Core dependencies after changing to 2.1/2.2 and back #5012
Labels
Feature-Dependency-Node
"Dependencies" node in Solution Explorer that display project, binary & package references
Visual Studio Version:
d16.3
Summary:
The dependencies node in Solution Explorer is not showing any dependencies dropdown for .NET Core projects. It also shows a warning symbol after changing the target framework from .NET Core 3.0 to 2.1/2.2 frameworks. After changing back to 3.0 the warning symbol remains.
Steps to Reproduce:
Create a .NET Core Console App.
Open the project properties page
Change target framework to 2.1 or 2.2 and save.
Observe that a warning symbol has shown up on the dependencies section of solution explorer.
Change back to 3.0 and observe the warning symbol has not been removed.
Expected Behavior:
Warning symbol is removed after changing back.
Actual Behavior:
Warning symbol remains.
User Impact:
Unnecessary warnings on project dependencies.
The text was updated successfully, but these errors were encountered: