Skip to content

Commit d7d33c8

Browse files
Bump System.Data.SqlClient
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.4.0 to 4.8.6. - [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 265be93 commit d7d33c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tutorials/c#/SLES/SqlServerEFSample/SqlServerEFSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" />
9+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.0.0" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)