File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13131414
1515 # sets up .NET
16- # version can be found here https://dotnet.microsoft.com/en-us/download/dotnet/7 .0
16+ # version can be found here https://dotnet.microsoft.com/en-us/download/dotnet/8 .0
1717 - name : Setup .NET
1818 uses : actions/setup-dotnet@v4
1919 with :
20- dotnet-version : ' 7 .0.101 '
20+ dotnet-version : ' 8 .0.203 '
2121
2222 - name : Install wasm-tools
23- run : dotnet workload install wasm-tools-net7
23+ run : dotnet workload install wasm-tools
2424
2525 # Only publish when unit tests are ok
2626 - name : Run Unit Tests
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4- # # install latest .NET 7 .0 release
4+ # # install latest .NET 8 .0 release
55pushd /tmp
66wget https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh
77chmod u+x /tmp/dotnet-install.sh
8- /tmp/dotnet-install.sh --channel 7 .0
8+ /tmp/dotnet-install.sh --channel 8 .0
99popd
1010
1111# # Install wasm-tools
You can’t perform that action at this time.
0 commit comments