Skip to content

Commit 0f0d6fe

Browse files
updated dependencies
1 parent 9615dca commit 0f0d6fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Benchmark/Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<TargetFramework>net10.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="BenchmarkDotNet" Version="0.15.5" />
7+
<PackageReference Include="BenchmarkDotNet" Version="0.15.7" />
88
</ItemGroup>
99
</Project>

Tests_Blazor/Tests_Blazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageReference Include="FluentAssertions" Version="8.8.0" />
88
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.10" />
99
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1111
<PackageReference Include="xunit" Version="2.9.3" />
1212
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1313
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)