You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When packing a project that targets .NETStandard and .NETFramework, the package can easily end up with different version of NETStandard.Library based on TFM.
Then it should use the version specified in your project file.
With #600, we are planning to generate error messages if the same item is specified multiple times which will tell you how to disable the implicit items if you want.
When packing a project that targets .NETStandard and .NETFramework, the package can easily end up with different version of NETStandard.Library based on TFM.
Repro:
dotnet pack
produces the following dependencies:Using CLI 1.0.0-preview5-004468.
The text was updated successfully, but these errors were encountered: