Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 22abb1a

Browse files
Bump System.Data.SqlClient in /src/ServiceStack.OrmLite.SqlServer
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.3 to 4.8.5. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) --- updated-dependencies: - dependency-name: System.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent daace49 commit 22abb1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceStack.OrmLite.SqlServer/ServiceStack.OrmLite.SqlServer.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
</ItemGroup>
2020

2121
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
22-
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
22+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2323
</ItemGroup>
2424

2525
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
26-
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
26+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2727
</ItemGroup>
2828

2929
</Project>

0 commit comments

Comments
 (0)