File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Simplify.EntityFramework Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313### Dependencies
1414
15+ - Switch from System.Data.SqlClient to Microsoft.Data.SqlClient 6.1.2
1516- Microsoft.EntityFrameworkCore to 9.0.9
1617- Microsoft.Extensions.Configuration.Abstractions to 9.0.9
17- - System.Data.SqlClient bump to 4.9
1818
1919## [ 1.0] - 2024-01-14
2020
Original file line number Diff line number Diff line change 1- using System . Data . SqlClient ;
1+ using Microsoft . Data . SqlClient ;
22using Microsoft . Extensions . Configuration ;
33using Simplify . EntityFramework . Settings ;
44using Simplify . EntityFramework . Settings . Impl ;
Original file line number Diff line number Diff line change 2323 <ItemGroup >
2424 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.9" />
2525 <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.9" />
26- <PackageReference Include =" System .Data.SqlClient" Version =" 4.9.0 " />
26+ <PackageReference Include =" Microsoft .Data.SqlClient" Version =" 6.1.2 " />
2727 </ItemGroup >
2828 <ItemGroup >
2929 <None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
You can’t perform that action at this time.
0 commit comments