We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1fdd8 commit ebc9885Copy full SHA for ebc9885
.github/workflows/dotnetcore-ubuntu.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v3
20
with:
21
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.300'
22
include-prerelease: true
23
24
- name: Install dotnet tools locally
.github/workflows/dotnetcore-windows.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
global.json
@@ -1,5 +1,5 @@
1
{
2
"sdk": {
3
- "version": "8.0.403"
+ "version": "9.0.300"
4
}
5
0 commit comments