Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
  •  
  •  
  •  
14 changes: 2 additions & 12 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,7 @@ 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
- name: Build MAUI NET 8
run: dotnet build ./Blazor-MAUI-Demos/Blazor_MAUI_Demos_NET8.csproj
- name: Build MAUI NET 9
run: dotnet build ./Blazor-MAUI-Demos/Blazor_MAUI_Demos_NET9.csproj


run: dotnet build ./Blazor-WASM-Demos/Blazor_WASM_Demos/Blazor_WASM_Demos_NET9.csproj
26 changes: 0 additions & 26 deletions Blazor-MAUI-Demos/App.xaml

This file was deleted.

18 changes: 0 additions & 18 deletions Blazor-MAUI-Demos/App.xaml.cs

This file was deleted.

447 changes: 0 additions & 447 deletions Blazor-MAUI-Demos/Blazor_MAUI_Demos_NET8.csproj

This file was deleted.

447 changes: 0 additions & 447 deletions Blazor-MAUI-Demos/Blazor_MAUI_Demos_NET9.csproj

This file was deleted.

95 changes: 0 additions & 95 deletions Blazor-MAUI-Demos/Data/SampleModel.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Blazor-MAUI-Demos/Main.razor

This file was deleted.

16 changes: 0 additions & 16 deletions Blazor-MAUI-Demos/MainPage.xaml

This file was deleted.

16 changes: 0 additions & 16 deletions Blazor-MAUI-Demos/MainPage.xaml.cs

This file was deleted.

61 changes: 0 additions & 61 deletions Blazor-MAUI-Demos/MauiProgram.cs

This file was deleted.

18 changes: 0 additions & 18 deletions Blazor-MAUI-Demos/NuGet.config

This file was deleted.

This file was deleted.

Loading
Loading