Skip to content

Commit 1263719

Browse files
committed
#7859 Update to .NET 10. Reverted back Microsoft.Data.SqlClient to version 6.1.1. The previous one doesn't work with SQL Server 2016
1 parent 0d03150 commit 1263719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Libraries/Nop.Data/Nop.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="FluentMigrator" Version="7.2.0" />
1616
<PackageReference Include="FluentMigrator.Runner" Version="7.2.0" />
1717
<PackageReference Include="linq2db" Version="6.2.1" />
18-
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" />
18+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.1" />
1919
<PackageReference Include="Npgsql" Version="10.0.2" />
2020
<PackageReference Include="MySqlConnector" Version="2.5.0" />
2121
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.1" />

0 commit comments

Comments
 (0)