Skip to content

Commit 2ca8fcc

Browse files
author
Tim Forkmann
committed
Upgrade .NET SDK version to 9.0.203 in workflows and global configuration
1 parent 187f2dd commit 2ca8fcc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [windows-latest, macos-latest, ubuntu-latest]
11-
dotnet: [8.0.101]
11+
dotnet: [9.0.203]
1212
runs-on: ${{ matrix.os }}
1313

1414
steps:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 8.0.101
19+
dotnet-version: 9.0.203
2020
- name: Restore tools
2121
run: dotnet tool restore
2222
- name: Run Fornax

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [windows-latest]
14-
dotnet: [8.0.101]
14+
dotnet: [9.0.203]
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.101",
3+
"version": "9.0.203",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)