Skip to content

Commit f82b316

Browse files
Bump System.Data.SqlClient in /src/SmartSql.DataConnector (#223)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6889484 commit f82b316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SmartSql.DataConnector/SmartSql.DataConnector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
3030
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
3131
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
32-
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
32+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
3333
<PackageReference Include="System.Data.SQLite" Version="1.0.115.5" />
3434
<PackageReference Include="YamlDotNet" Version="11.2.1" />
3535
</ItemGroup>

0 commit comments

Comments
 (0)