Skip to content

[For contributors]: Restore in Visual Studio broken #235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pranavkm opened this issue Apr 26, 2017 · 0 comments
Open

[For contributors]: Restore in Visual Studio broken #235

pranavkm opened this issue Apr 26, 2017 · 0 comments

Comments

@pranavkm
Copy link
Contributor

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,

  1. Disable automatic package downloads in VS. Look for NuGet Package Manager in VS settings and untick the Allow NuGet to download missing packages setting.
    image

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

@aspnet aspnet locked and limited conversation to collaborators Apr 26, 2017
hazzik referenced this issue in hazzik/nhibernate-core May 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant