Closed legigor closed 6 years ago
This seems unnecessary. It may affect only in mixed project format solution
When referencing .NET Standard only version in the .NET 4.6.2 project it causing the dependency resolution mechanism to reference System.Runtime 4.1.1.2 from .NET 4.7.
I’ve already merged this
When the package has been updated in the solution form the version 1.* to 2.0.0 I found the only .NET Standard 2.0 is supported thus I've discovered lots of .NET Core SDK dependencies been conflicting with existing .NET 4.6.1 dependencies.
I've added
net46
target framework explicitly to the release build and to the result package.