Skip to content

Commit 9099d70

Browse files
Bump System.Data.SqlClient in /samples/features/json/Dapper-Orm
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.3.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 a0ce16e commit 9099d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/features/json/Dapper-Orm/Dapper-Orm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.0.2" />
3131
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.0.2" />
3232
<PackageReference Include="System.Data.Common" Version="4.3.0" />
33-
<PackageReference Include="System.Data.SqlClient" Version="4.3.0" />
33+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
3434
</ItemGroup>
3535

3636
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">

0 commit comments

Comments
 (0)