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

Does no building with new core version #738

Closed banbahe closed 7 years ago

banbahe commented 7 years ago

This example have a lot problems with compatibility , the problem is in project.json

gclirsky commented 7 years ago

had the same problems with compatibility. to resolve with .net core sdk rc4

and then Build succeeded.

dotnet restore dotnet build --framework {targetFramework Option},

hope it useful.

Eilon commented 7 years ago

The project seems to be building fine on Windows/Mac/Linux. Please check that you have the latest 'dev' branch.