aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

dnu restore -- fails to locate the NETStandard.Library #592

Closed jonthegiant closed 8 years ago

jonthegiant commented 8 years ago

Executing dnu restore results in the error: Unable to locate dependency Microsoft.dotnet.corehost This is because the NETStandard.Library hasn't been released on NuGet yet.

Adding <add key="DotNet-Core" value="https://myget.org/f/dotnet-core/api/v3/index.json" /> to NuGet.config resolves the issue.

natemcmaster commented 8 years ago

There isn't really any actionable item here. We won't release this package on nuget until RC2. As you identified, the solution is to use pre-release package feeds.