Skip to content

Commit

Permalink
Update to .NET 8 RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Nov 14, 2023
1 parent d47ac68 commit 7b3a412
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'
- name: Install .NET WebAssembly Tools
run: dotnet workload install wasm-tools

Expand Down
8 changes: 4 additions & 4 deletions CUIFlavoredPortfolioSite/CUIFlavoredPortfolioSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0-rc.2.23480.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0-rc.2.23480.2" PrivateAssets="all" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0-rc.2.23479.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
<PackageReference Include="Figgle" Version="0.5.1" />
<PackageReference Include="CommandLineSwitchParser" Version="1.1.0" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="3.1.0-preview.4" />
Expand All @@ -40,4 +40,4 @@
<PackageReference Include="Toolbelt.Blazor.PWA.Updater" Version="2.1.0.1" />
<PackageReference Include="Toolbelt.Web.CssClassInlineBuilder" Version="2.0.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 7b3a412

Please sign in to comment.