Skip to content

Commit a8da8f5

Browse files
Bump System.Data.SqlClient in /src/SmartSql.Test.Unit (#222)
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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02f2c65 commit a8da8f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SmartSql.Bulk.SqlServer/SmartSql.Bulk.SqlServer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
8+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
99
</ItemGroup>
1010

1111
<ItemGroup>

src/SmartSql.Test.Unit/SmartSql.Test.Unit.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.2.0" />
5959
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
6060
<PackageReference Include="Serilog.Extensions.Logging.File" Version="2.0.0" />
61-
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
61+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
6262
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.1.0" />
6363
<PackageReference Include="Jint" Version="2.11.58" />
6464
<PackageReference Include="xunit" Version="2.4.1" />

0 commit comments

Comments
 (0)