Skip to content

Commit ebc9885

Browse files
committed
Try updating SDK
1 parent 3a1fdd8 commit ebc9885

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dotnetcore-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: '8.0.x'
21+
dotnet-version: '9.0.300'
2222
include-prerelease: true
2323

2424
- name: Install dotnet tools locally

.github/workflows/dotnetcore-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET
1313
uses: actions/setup-dotnet@v3
1414
with:
15-
dotnet-version: '8.0.x'
15+
dotnet-version: '9.0.300'
1616
include-prerelease: true
1717

1818
- name: Install dotnet tools locally

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.403"
3+
"version": "9.0.300"
44
}
55
}

0 commit comments

Comments
 (0)