Skip to content

Commit

Permalink
Update clietn demo nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
valentasm committed Nov 17, 2024
1 parent b61706b commit cc13020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ClientSideDemo/ClientSideDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.11" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="3.0.0" />
</ItemGroup>

Expand Down

0 comments on commit cc13020

Please sign in to comment.