Skip to content

Commit 84dad10

Browse files
committed
Update System.Data.SqlClient to version 4.8.6
1 parent 0f1cc8f commit 84dad10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ExcelReportGenerator.Samples/ExcelReportGenerator.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

1616
<ItemGroup>

ExcelReportGenerator.Tests/ExcelReportGenerator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="NSubstitute" Version="5.0.0" />
2121
<PackageReference Include="NUnit" Version="3.13.3" />
2222
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
23-
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
23+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)