Blazor WASM Template

This commit is contained in:
Stone_Red
2024-11-05 16:14:06 +01:00
parent 0a4cfaa87e
commit 87891abafa
21 changed files with 586 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
chmod +x dotnet-install.sh
./dotnet-install.sh -c 8.0 -InstallDir ./dotnet
./dotnet/dotnet --version
./dotnet/dotnet publish -c Release -o output