Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit 3ff9a82

Browse files
Bump System.Data.SqlClient in /ADONET/ADONetSamples/ConnectionSamples
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.5.1 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>
1 parent 85f150e commit 3ff9a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.1.1" />
1010
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.1" />
11-
<PackageReference Include="System.Data.SqlClient" Version="4.5.1" />
11+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)