Skip to content

Npgsql upgrade to 4.1.1, restricting .NET support to >=4.6.1

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 02 Oct 12:04
· 2959 commits to master since this release

Peer dependencies upgrade:

Upgraded Npgsql packages to 4.1.1. ( Note: added restriction for Npgsql to be [4.1.1, 4.2.0) to reduce the risk of issues when version 4.2.0 or higher is released)

BREAKING CHANGE: As a consequence of Npgsql dropping support for .NET 4.6 (see Npgsql 4.1 release notes), as a chain reaction, we also needed to drop it in favor of 4.6.1 (this version is still supported).

Updated also:

  • System.Threading.Tasks.Dataflow to 4.10.0
  • System.Reflection.Emit.Lightweight to 4.6.0

See more in PR and Gitter discussion.