Skip to content

Commit aac9015

Browse files
Bump System.Data.SqlClient in /samples/tutorials/f#/SqlServerSample
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.5.1 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 aac9015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tutorials/f#/SqlServerSample/SqlServerSample.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="System.Data.SqlClient" Version="4.5.1" />
13+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)