We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63345cc commit 7459637Copy full SHA for 7459637
build.sh
@@ -1,6 +1,6 @@
1
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
2
chmod +x dotnet-install.sh
3
-./dotnet-install.sh -c 7.0 --version 7.0.203 -InstallDir ./dotnet7
4
-./dotnet7/dotnet --version
5
-./dotnet7/dotnet tool install Excubo.WebCompiler --global
6
-./dotnet7/dotnet publish ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output
+./dotnet-install.sh -c 8.0 --version 8.0.100 -InstallDir ./dotnet8
+./dotnet8/dotnet --version
+./dotnet8/dotnet tool install Excubo.WebCompiler --global
+./dotnet8/dotnet publish ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output
0 commit comments