ps-spotify
ps-spotify copied to clipboard
Versioning of dotnet
I'm getting an error related to the version of the dotnet program is not compatiable.
C:\repo\dotnet-core-spotify-authentication\dotnet-core-spotify-authentication.csproj : error NU1202: Package Microsoft.AspNetCore.All 2.1.5 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0). Package Microsoft.AspNetCore.All 2.1.5 supports: netcoreapp2.1 (.NETCoreApp,Version=v2.1)
As of now there appear to be several other issues with versions. Although I was able to get a little further using the advice I found here. There are also version issues with APS.netcore.all in the .csproj file. So it seems like there could be several underlying problems.