We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9a508 commit 6fc3d53Copy full SHA for 6fc3d53
1 file changed
SQL_Adapter/SQL_Adapter.csproj
@@ -25,7 +25,7 @@
25
<ItemGroup Condition="'$(Configuration)'=='ZeroCodeTool'">
26
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
27
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" />
28
- <PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0-preview1.23109.1" />
+ <PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
29
</ItemGroup>
30
31
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'">
0 commit comments