Skip to content

Commit d4675eb

Browse files
updated dependencies
1 parent a0a9080 commit d4675eb

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>net9.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="BenchmarkDotNet" Version="0.15.4" />
7+
<PackageReference Include="BenchmarkDotNet" Version="0.15.5" />
88
</ItemGroup>
99
</Project>

Tests_Blazor/Tests_Blazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Nullable>enable</Nullable>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="FluentAssertions" Version="8.7.1" />
7+
<PackageReference Include="FluentAssertions" Version="8.8.0" />
88
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.9" />
99
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />

0 commit comments

Comments
 (0)