-
Notifications
You must be signed in to change notification settings - Fork 10.3k
dnvm upgrade fails #502
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
@barranger the What issues are you running into with Kestrel? There is a known issue running the latest dnvm and Mono 4.0.1. See #498 |
actually I found out what the issue was/is for dnvm upgrade: it looks like it's not following the redirect that http://nuget.org sends to go to http://www.nuget.org I added the DNX_FEED enviroment variable and was able to get it working. The issue I was getting with the dev builds was: TypeLoadException: Could not load type 'Microsoft.Framework.Runtime.ILibraryExport' from assembly 'Microsoft.Framework.Runtime.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' Hope that helps, I'm just happy to have it working with the non-dev builds |
@barranger What did you change your |
@darthdeus changed it to: export DNX_FEED=https://www.nuget.org/api/v2 |
@barranger thanks, that worked for me. |
Tracked in: aspnet/dnvm#235 |
If I try and run dnvm upgrade it's failing like so:
however if I run it with the -u for the unstable feed, it seems to work (although I'm having completely different issues with kestrel). Is this an known issue?
The text was updated successfully, but these errors were encountered: