最佳答案
I have a dotnet core app that is targetting Microsoft.NETCore.App 1.1.2. I created a test project to test against that project but when building I noticed this warning:
I open the NuGet Package Manager and see that warning is correct, the project being tested has a different version of Microsoft.NETCore.App:
My problem is that Visual Studio is not letting me update that version, so I'm confused on how to solve this issue: Ideally I would just click the dropdown and select the right version but Visual Studio claims that it cannot do this because of "additional constraints in the project or packages.config". How am I supposed to update that package? What "additional constraints" is Visual Studio referring to?