You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently made a change to use versions of NETStandard.Library and Microsoft.NETCore.App that are bundled with the CLI. This feature requires a CLI newer than the one that currently ships with Visual Studio and consequently restoring any AspNetCore solution from inside produces incorrect results. To work around this,
Disable automatic package downloads in VS. Look for NuGet Package Manager in VS settings and untick the Allow NuGet to download missing packages setting.
run .\build.cmd /t:Restore from the root of the repository to restore from the command line.
We'll update this announcement once we find an alternative solution to this issue.
The text was updated successfully, but these errors were encountered:
We recently made a change to use versions of NETStandard.Library and Microsoft.NETCore.App that are bundled with the CLI. This feature requires a CLI newer than the one that currently ships with Visual Studio and consequently restoring any AspNetCore solution from inside produces incorrect results. To work around this,
Disable automatic package downloads in VS. Look for NuGet Package Manager in VS settings and untick the

Allow NuGet to download missing packages
setting.run
.\build.cmd /t:Restore
from the root of the repository to restore from the command line.We'll update this announcement once we find an alternative solution to this issue.
The text was updated successfully, but these errors were encountered: