Skip to content

Commit 048cbc2

Browse files
committed
fixing dotnet SDK version in GitHub Actions
1 parent c469ded commit 048cbc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v3
1919
with:
20-
dotnet-version: '8.0.x'
20+
dotnet-version: '9.0.x'
2121

2222
- name: Restore dependencies
2323
run: dotnet restore
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup .NET
4343
uses: actions/setup-dotnet@v3
4444
with:
45-
dotnet-version: '8.0.x'
45+
dotnet-version: '9.0.x'
4646

4747
- name: Restore dependencies
4848
run: dotnet restore
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup .NET
7171
uses: actions/setup-dotnet@v3
7272
with:
73-
dotnet-version: '8.0.x'
73+
dotnet-version: '9.0.x'
7474

7575
- name: Publish ${{ matrix.runtime }}
7676
run: |

0 commit comments

Comments
 (0)