yevhen / Streamstone

Event store for Azure Table Storage
Other
395 stars 64 forks source link

Add .NET 4.6 support #43

Closed legigor closed 6 years ago

legigor commented 6 years ago

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.

yevhen commented 6 years ago

This seems unnecessary. It may affect only in mixed project format solution

legigor commented 6 years ago

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.

yevhen commented 6 years ago

I’ve already merged this