Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 2 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ jobs:
run: dotnet build ./Blazor-Server-Demos/Blazor_Server_Demos_NET8.csproj
- name: Build Server NET 9
run: dotnet build ./Blazor-Server-Demos/Blazor_Server_Demos_NET9.csproj
- name: Build WebApp NET 8
run: dotnet build ./Blazor-WebApp-Demos/Blazor_WebApp_Demos/Blazor_WebApp_Demos.csproj
- name: Build WebApp NET 9
run: dotnet build ./Blazor-WebApp-Demos/Blazor_WebApp_Demos/Blazor_WebApp_Demos_NET9.csproj
- name: Build WASM NET 8
run: dotnet build ./Blazor-WASM-Demos/Blazor_WASM_Demos_NET8.csproj
run: dotnet build ./Blazor-WASM-Demos/Blazor_WASM_Demos/Blazor_WASM_Demos_NET8.csproj
- name: Build WASM NET 9
run: dotnet build ./Blazor-WASM-Demos/Blazor_WASM_Demos_NET9.csproj
run: dotnet build ./Blazor-WASM-Demos/Blazor_WASM_Demos/Blazor_WASM_Demos_NET9.csproj
- name: Build MAUI NET 8
run: dotnet build ./Blazor-MAUI-Demos/Blazor_MAUI_Demos_NET8.csproj
- name: Build MAUI NET 9
Expand Down
8 changes: 0 additions & 8 deletions Blazor-WASM-Demos/App.razor

This file was deleted.

147 changes: 0 additions & 147 deletions Blazor-WASM-Demos/Blazor_WASM_Demos_NET8.csproj

This file was deleted.

150 changes: 0 additions & 150 deletions Blazor-WASM-Demos/Blazor_WASM_Demos_NET9.csproj

This file was deleted.

19 changes: 0 additions & 19 deletions Blazor-WASM-Demos/NuGet.Config

This file was deleted.

Loading
Loading