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

Remove unused package references to NuGet.* #816

Closed mikeharder closed 7 years ago

pranavkm commented 7 years ago

Doesn't look like we use the package reference in our code. Could you try removing it?

mikeharder commented 7 years ago

Will update PR to remove it and let Travis/AppVeyor test.

pranavkm commented 7 years ago

AppVeyor builds are failing pretty often with network issues (CLI downloads \ nuget.org downloads timing out). Travis built fine, so it might be ok to commit this now.