Skip to content

Commit 44a2d85

Browse files
committed
Reduce dependency versions
1 parent cc63cd9 commit 44a2d85

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Blazor.HashRouting/Blazor.HashRouting.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
28-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.13" />
29-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.13" />
28+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
29+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
3030
</ItemGroup>
3131

3232
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
33-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.4" />
34-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.4" />
33+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.0" />
34+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

0 commit comments

Comments
 (0)