-
Notifications
You must be signed in to change notification settings - Fork 10.4k
dnx 1.0.0-beta7-12331, dnu restore issue #819
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
Comments
These weird issues are caused by the fact various ASP.NET 5 packages reference CoreCLR packages that are not on MyGet/NuGet yet ( @davidfowl curious: shouldn't DNU automatically use the latest available version when it cannot find the specific build referenced in a package? |
Not if the dependency constraint is violated. If you depend on >= 4.0.20 and only 4.0.10 is there, it will fail. |
Well, it's a bit more subtle: when we specify But since we used a wildcard in |
That does work but the above |
@causer FYI, the missing packages are now on MyGet! 😄 |
@PinpointTownes Thank you, now 'dnu restore' reports "Done, without errors, Restore complete". I should close this issue? |
Release/2.1
After installing the nightly build I am trying to do a dnu restore. I get the following errors:
My project.json file:
My global.json file:
Any thoughts?
The text was updated successfully, but these errors were encountered: