-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
beta8 "dnu restore" throwing "Unable to locate Dependency" #999
Comments
Daniel15
added a commit
to reactjs/React.NET
that referenced
this issue
Oct 17, 2015
It seems to work properly if I explicitly specify the projects to restore for. Previously I was just running |
Moved to aspnet/dnx#3005 |
onlinehub0808
added a commit
to onlinehub0808/React.NET
that referenced
this issue
Jun 2, 2023
Giant775
added a commit
to Giant775/React-.NET
that referenced
this issue
Oct 26, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a ASP.NET 5 library that references a regular .NET 4.0 library. Since upgrading to beta 8, "dnu restore" is throwing an "Unable to locate Dependency" error. The same build works fine in Visual Studio though.
Changes performed to upgrade to beta 8: reactjs/React.NET@0727604
Failing beta 8 build output: https://ci.appveyor.com/project/Daniel15/react-net/build/16
Working beta 7 build output: https://ci.appveyor.com/project/Daniel15/react-net/build/15
To replicate the issue, you can clone the "aspnetbeta8" branch of https://github.com/reactjs/React.NET, then run
dev-build.bat
.The text was updated successfully, but these errors were encountered: