This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Design-time facades shouldn't be added to the nuspec for Full .NET #2031
Labels
Comments
May be related to what I raised just hours ago. |
Hmm but is this actually correct? Isn't the reference needed? Is the package itself just broken? |
The unfortunate thing about this is that the msbuild based projects fail instead of noop. I would love to get that fixed instead of mimicking that behavior in the dnx |
thanks for the fix brice. Was killing me. |
This issue was moved to dotnet/cli#578 |
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The reference to
System.Collections
is required to build on DNX, but if you try to install the resulting nupkg into a net45 project, you'll get the following error.The workaround is to declare it as a built-time dependency.
The text was updated successfully, but these errors were encountered: