Skip to content

Commit f5c181f

Browse files
committed
fix(deps): update package versions in project files
Update several dependencies in the SQLHelper project to their latest versions for improved performance and compatibility. - Updated `BenchmarkDotNet` from `0.15.1` to `0.15.2` in `SQLHelper.SpeedTests.csproj`. - Updated `Microsoft.Extensions.ObjectPool` from `9.0.5` to `9.0.6` in `SQLHelper.SpeedTests.csproj`. - Updated `Microsoft.Extensions.Configuration.EnvironmentVariables` from `9.0.5` to `9.0.6` in `SQLHelper.Tests.csproj`. - Updated `Microsoft.Extensions.Configuration.Json` from `9.0.5` to `9.0.6` in `SQLHelper.Tests.csproj`. - Updated `Microsoft.NET.Test.Sdk` from `17.13.0` to `17.14.1` in `SQLHelper.Tests.csproj`. - Updated `xunit.runner.visualstudio` from `3.1.0` to `3.1.1` in `SQLHelper.Tests.csproj`.
1 parent c40d7a8 commit f5c181f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

SQLHelper.SpeedTests/SQLHelper.SpeedTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="BenchmarkDotNet" Version="0.15.1" />
11-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="9.0.5" />
10+
<PackageReference Include="BenchmarkDotNet" Version="0.15.2" />
11+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="9.0.6" />
1212
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
1313
<PackageReference Include="ZString" Version="2.6.0" />
1414
</ItemGroup>

test/SQLHelper.Tests/SQLHelper.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.5" />
40-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.5" />
41-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
42-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
39+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.6" />
40+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.6" />
41+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
42+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
4343
<PrivateAssets>all</PrivateAssets>
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4545
</PackageReference>

0 commit comments

Comments
 (0)