If I have a few projects in the solution, e.g. unit/ integration tests additionally to main application,
will be better to add global.json Instead of set RuntimeFrameworkVersion to each project?
The idea from dotnet/aspnetcore#3221 (comment)
global.json to my Project with:
{
"sdk": { "version": "2.1.300" }
}
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.