Skip to content

Commit

Permalink
Update the WebAssembly NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jul 25, 2023
1 parent ad38432 commit 9384aa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Blazor App/StructuredLogViewerWASM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.9" PrivateAssets="all" />
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
<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="System.Net.Http.Json" Version="7.0.1" />

<PackageReference Include="BlazorInputFile" Version="0.2.0" />
<PackageReference Include="BlazorMonaco" Version="1.4.0" />
Expand Down

0 comments on commit 9384aa1

Please sign in to comment.