Skip to content

Commit 3aeffc7

Browse files
committed
update all CI to use dotnet 5.0
1 parent daa5e1b commit 3aeffc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- uses: actions/setup-dotnet@v1
4242
with:
43-
dotnet-version: "3.1.x"
43+
dotnet-version: "5.0.x"
4444
- name: Diagnostics
4545
run: "gci env:"
4646
- name: Build test binary
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v2
5555
- uses: actions/setup-dotnet@v1
5656
with:
57-
dotnet-version: "3.1.x"
57+
dotnet-version: "5.0.x"
5858
- name: Build test binary
5959
run: cargo test --no-run --verbose
6060
- name: Run tests

0 commit comments

Comments
 (0)