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 0f46cdb commit e6ba4e7Copy full SHA for e6ba4e7
.github/workflows/release.yml
@@ -26,11 +26,9 @@ jobs:
26
with:
27
fetch-depth: 0
28
29
- - name: Setup .NET Core SDK 8
+ - name: Setup .NET
30
uses: actions/setup-dotnet@v4
31
- with:
32
- dotnet-version: |
33
- 8.0.x
+
34
- name: Restore .NET Packages
35
run: dotnet restore
36
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.100",
+ "version": "9.0.100",
4
"rollForward": "latestMajor"
5
}
6
-}
+}
0 commit comments