Skip to content

Commit 9abc202

Browse files
authored
Update build.sh
1 parent c58b255 commit 9abc202

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
22
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
3+
./dotnet-install.sh -c 7.0 -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

0 commit comments

Comments
 (0)