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

Start project #791

Closed KrKgg closed 7 years ago

KrKgg commented 7 years ago
Severity    Code    Description Project File    Line    Suppression State
Error       One or more packages are incompatible with .NETCoreApp,Version=v1.0.                
Error       Package Microsoft.Extensions.SecretManager.Tools 2.0.0-preview2-24979 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Microsoft.Extensions.SecretManager.Tools 2.0.0-preview2-24979 supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0)     
Error       Unable to resolve 'Microsoft.NETCore.App (>= 2.0.0)' for '.NETCoreApp,Version=v2.0 (linux-x64)'.                
Error       Unable to resolve 'Microsoft.NETCore.App (>= 2.0.0)' for '.NETCoreApp,Version=v2.0 (osx-x64)'.      
Error       Unable to resolve 'Microsoft.NETCore.App (>= 2.0.0)' for '.NETCoreApp,Version=v2.0 (win7-x64)'. 
Error       Unable to resolve 'Microsoft.NETCore.App (>= 2.0.0)' for '.NETCoreApp,Version=v2.0 (win7-x86)'. 
Error       Unable to resolve 'Microsoft.NETCore.App (>= 2.0.0)' for '.NETCoreApp,Version=v2.0'.
Error       Unexpected dependency 'Microsoft.NETCore.App' with no version number.   MusicStore  C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets   154 
Eilon commented 7 years ago

@natemcmaster @kichalla - any ideas on this?

natemcmaster commented 7 years ago

@QuanHuynhM what version of Visual Studio are you using?

KrKgg commented 7 years ago

@natemcmaster I use visual studio 2017! :). And i see packages is incompetible

Eilon commented 7 years ago

You might need to get VS2017 Update 3 Preview 1, which was just released: https://www.visualstudio.com/vs/preview/

KrKgg commented 7 years ago

Now I use version 15.2(26430.4) Release. But VS 2017 doesn't notification for me to update @Eilon

Eilon commented 7 years ago

@QuanHuynhM this is a preview release, so I'm not sure if you'll get an automatic notification for it. You'll need to download it manually.

Eilon commented 7 years ago

Closing because there is not enough information to reproduce this problem.