Closed ljw1004 closed 9 years ago
This guard rails error is expected here. DNX is only compatible with DNX and dotnet.
Moving this to 3.2 for tracking since there are some open questions around dnx support for PCLs.
Discussing with @davidfowl, we think the dotnetstandard will allow for building such packages. But DNX is not planning to allow for these platforms to match
The effect of this issue is that I don't seem to have a straightforward way to write a nuget package that can be consumed everywhere >=net45.
REPRO:
WHAT I GET: NuGet install fails with the message “MyNupkg 1.0.0 is not compatible with DNXCore,Version=v5.0.”