Closed cbetta closed 7 years ago
I added this line to my .csproj
's PropertyGroup
<PackageTargetFallback>$(PackageTargetFallback);portable-win+net452+wp8+win81+wpa8</PackageTargetFallback>
The error is now a lot shorter:
Errors in /Users/cbetta/code/playground/hwapp/hwapp.csproj
Package InterFAX.Api 1.0.4 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package InterFAX.Api 1.0.4 supports: net452 (.NETFramew
ork,Version=v4.5.2)
One or more packages are incompatible with .NETCoreApp,Version=v1.1.
Ok it seems the current SDK is not build for dotnetcore, which is not your old school dotnet. Closing this until we deem support for this necessary.
I've installed .NET for Mac via: https://www.microsoft.com/net/core#macos
I am using VS Code with Nuget installed, and when I install the file and run
dotnet restore
I get the following error.Any clues?