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:
13
13
14
14
15
15
# 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
17
17
- name : Setup .NET
18
18
uses : actions/setup-dotnet@v4
19
19
with :
20
- dotnet-version : ' 7 .0.101 '
20
+ dotnet-version : ' 8 .0.203 '
21
21
22
22
- name : Install wasm-tools
23
- run : dotnet workload install wasm-tools-net7
23
+ run : dotnet workload install wasm-tools
24
24
25
25
# Only publish when unit tests are ok
26
26
- name : Run Unit Tests
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -e
3
3
4
- # # install latest .NET 7 .0 release
4
+ # # install latest .NET 8 .0 release
5
5
pushd /tmp
6
6
wget https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh
7
7
chmod u+x /tmp/dotnet-install.sh
8
- /tmp/dotnet-install.sh --channel 7 .0
8
+ /tmp/dotnet-install.sh --channel 8 .0
9
9
popd
10
10
11
11
# # Install wasm-tools
You can’t perform that action at this time.
0 commit comments