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 5a7b33e commit ec8fc57Copy full SHA for ec8fc57
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup .NET
23
uses: actions/setup-dotnet@v4
24
with:
25
- dotnet-version: 8.0.x
+ dotnet-version: 9.x
26
27
- name: Restore
28
run: dotnet restore src
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
29
30
31
32
33
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.403",
+ "version": "9.0.100",
4
"rollForward": "latestFeature"
5
}
6
0 commit comments