Skip to content

Commit

Permalink
Merge pull request #40 from ErikEJ/dependabot/nuget/Microsoft.Data.Sq…
Browse files Browse the repository at this point in the history
…lClient-5.2.0

Bump Microsoft.Data.SqlClient from 5.1.5 to 5.2.0
  • Loading branch information
ErikEJ authored Mar 4, 2024
2 parents f119671 + 2d0cf2c commit 3845af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 3845af9

Please sign in to comment.