| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| EF 6.5.0 source code.tar.gz | 2024-06-13 | 4.5 MB | |
| EF 6.5.0 source code.zip | 2024-06-13 | 6.7 MB | |
| README.md | 2024-06-13 | 827 Bytes | |
| Totals: 3 Items | 11.2 MB | 0 | |
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
ef6utility 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