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

Are you really bringing in SignalR and CodeGenerators.Mvc in project.json for beta6? #516

Closed heathyates closed 9 years ago

heathyates commented 9 years ago

error

I'm confused. First, according to what I know, there is no beta 6 for CodeGenerators.Mvc. See here. Second, I get the error above when I try to invoke dnu restore.

However, I noticed that you have these dependencies specified in your project.json. Is this breaking for you as well, or is there a nuget source you are using that I don't have?

I am using VS15 RTM. Before I took a look at your updated mvc store, there is this discussion going on here as well. So clearly, we are either in a situation where MusicStore project.json is wrong or there is something I am doing wrong (please let it be me).

Eilon commented 9 years ago

The NuGet.config file for MusicStore specifies the MyGet.org/aspnetmaster feed, which has these packages.

Did you clone the entire repo, or maybe some files are missing?

heathyates commented 9 years ago

@Eilon I had problems with Nuget. After I resolved them, I saw the issue go away. Thanks a lot.