Skip to content

Commit 469ce46

Browse files
fix: Bump the dependencies group with 1 update
Bumps Microsoft.Data.SqlClient from 6.1.4 to 7.0.0 --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ad7659 commit 469ce46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SQLHelper.DB/SQLHelper.DB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<PrivateAssets>all</PrivateAssets>
5656
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5757
</PackageReference>
58-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" />
58+
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" />
5959
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.5" />
6060
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="173.8.0" />
6161
<PackageReference Include="System.Data.Common" Version="4.3.0" />

0 commit comments

Comments
 (0)