We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58b255 commit 9abc202Copy full SHA for 9abc202
1 file changed
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 6.0 -InstallDir ./dotnet6
4
-./dotnet6/dotnet --version
5
-./dotnet6/dotnet tool install Excubo.WebCompiler --global
6
-./dotnet6/dotnet publish ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output
+./dotnet-install.sh -c 7.0 -InstallDir ./dotnet7
+./dotnet7/dotnet --version
+./dotnet7/dotnet tool install Excubo.WebCompiler --global
+./dotnet7/dotnet publish ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output
0 commit comments