Skip to content

Commit

Permalink
Update WebAssembly packages to version 8.0.8
Browse files Browse the repository at this point in the history
Updated the `Portfolio.csproj` file to upgrade the versions of
`Microsoft.AspNetCore.Components.WebAssembly` and
`Microsoft.AspNetCore.Components.WebAssembly.DevServer` from
8.0.6 to 8.0.8.
  • Loading branch information
jame581 committed Aug 23, 2024
1 parent 2242f93 commit 90cb727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Portfolio/Portfolio.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="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.8" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 90cb727

Please sign in to comment.