Skip to content

EF 6.5.0

Compare
Choose a tag to compare
@AndriySvyryd AndriySvyryd released this 14 Jun 21:21
· 8 commits to release/6.5 since this release
acdf7ad

What's Changed

  • New SQL Server / Azure SQL Database provider (contributed by the community) - Microsoft.EntityFramework.SqlServer. This new provider uses the modern SQL Server client Microsoft.Data.SqlClient. For more information about configuration of this provider, see Microsoft.EntityFramework.SqlServer Guide.
  • The ef6 utility was updated to only support .NET 6 and newer. It was also updated to support reading from app.config files, and support Windows ARM64.
  • The System.Data.SqlClient driver was updated to version 4.8.6.

Full Changelog: https://github.com/dotnet/ef6/compare/v6.4.4..v6.5.0