Skip to content

Commit 6aecac8

Browse files
committed
chore: update .NET version in GitHub Actions workflows to 9.0.x
1 parent 6104136 commit 6aecac8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: '6.0.x'
19+
dotnet-version: '9.0.x'
2020

2121
- name: Restore dependencies
2222
run: dotnet restore

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: '6.0.x'
17+
dotnet-version: '9.0.x'
1818

1919
- name: Restore dependencies
2020
run: dotnet restore

0 commit comments

Comments
 (0)