Skip to content

Commit 72bafad

Browse files
authored
🐛 Fix builds by using correct .NET version (#84)
1 parent 38bc2a4 commit 72bafad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-dotnet@v3.0.0
1919
with:
2020
dotnet-version: |
21-
6.0.x
21+
8.0.x
2222
- name: Install dependencies
2323
run: dotnet restore
2424
- name: Build

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-dotnet@v3.0.0
1919
with:
2020
dotnet-version: |
21-
6.0.x
21+
8.0.x
2222
- name: Install dependencies
2323
run: dotnet restore
2424
- name: Build

0 commit comments

Comments
 (0)