Skip to content

Commit

Permalink
Update demos to 7.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinKlein1508 committed Aug 30, 2023
1 parent 5a21d9c commit f005dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlazorWebAssemblyDemo/BlazorWebAssemblyDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.9" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.10" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f005dd5

Please sign in to comment.