Skip to content

Commit

Permalink
Update nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Jun 21, 2023
1 parent 4e9a508 commit 6fc3d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL_Adapter/SQL_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ItemGroup Condition="'$(Configuration)'=='ZeroCodeTool'">
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0-preview1.23109.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'">
Expand Down

0 comments on commit 6fc3d53

Please sign in to comment.