Skip to content

Maintenance Release

Compare
Choose a tag to compare
@lschreck-mdsol lschreck-mdsol released this 16 Dec 04:46
· 285 commits to master since this release

This release fixes a minor issue with dependencies of the .NET Core NetStandard Library.

The previous release (v2.1.0) contained a reference to the .NET Core specific NetStandard Library as a common reference, therefore it was pulled in even in case of targeting the full .NET Framework.

This release fixes the issue by moving the dependency to the netstandard TFM in order to have it only for that target framework.