Skip to content

Commit

Permalink
chore(deps): update dependency system.data.sqlclient to v4.8.6
Browse files Browse the repository at this point in the history
| datasource | package               | from  | to    |
| ---------- | --------------------- | ----- | ----- |
| nuget      | System.Data.SqlClient | 4.8.5 | 4.8.6 |
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent e40d28d commit 29eee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SampleApp.Core/SampleApp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 29eee23

Please sign in to comment.