Skip to content

Commit 64e3f27

Browse files
Bump System.Data.SqlClient
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.2 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] <[email protected]>
1 parent 706e35a commit 64e3f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LamarDiagnosticsWithNetCore3Demonstrator/LamarDiagnosticsWithNetCore3Demonstrator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
27+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2828
</ItemGroup>
2929
</Project>

src/StructureMap.Testing.Widget/StructureMap.Testing.Widget.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<ProjectReference Include="..\Lamar\Lamar.csproj" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
12+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
1313
</ItemGroup>
1414
</Project>

0 commit comments

Comments
 (0)