Skip to content

Commit 6552905

Browse files
Bump System.Data.SqlClient (#22)
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.0 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1769fe0 commit 6552905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.Infrastructure.Persistence.SqlServer/App.Infrastructure.Persistence.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.1" />
15-
<PackageReference Include="System.Data.SqlClient" Version="4.8.0" />
15+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="3.1.1" />
1717
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.1" />
1818

0 commit comments

Comments
 (0)