Skip to content

Commit 6cea77d

Browse files
Bump System.Data.SqlClient
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.1.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] <support@github.com>
1 parent 68db902 commit 6cea77d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/json/todo-app/dotnet-rest-api/dotnet-rest-api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.0.2" />
2727
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.0.2" />
2828
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.0.2" />
29-
<PackageReference Include="System.Data.SqlClient" Version="4.1.0" />
29+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
3030
</ItemGroup>
3131

3232
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">

0 commit comments

Comments
 (0)