Skip to content

Commit 2f759b2

Browse files
dependabot[bot]jonreding2010TroyWalshProf
authored
Bump System.Data.SqlClient from 4.8.6 to 4.9.0 in /Framework (#302)
Bumps [System.Data.SqlClient](https://github.com/dotnet/maintenance-packages) from 4.8.6 to 4.9.0. - [Commits](https://github.com/dotnet/maintenance-packages/commits) --- updated-dependencies: - dependency-name: System.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Reding <[email protected]> Co-authored-by: Troy Walsh <[email protected]>
1 parent 65e5cbf commit 2f759b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/BaseDatabaseTest/BaseDatabaseTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
5959
<PackageReference Include="Npgsql" Version="8.0.5" />
6060
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.10" />
61-
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
61+
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
6262
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
6363
</ItemGroup>
6464

0 commit comments

Comments
 (0)