We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2986e20 commit 4e3604dCopy full SHA for 4e3604d
2 files changed
.github/workflows/ci.yaml
@@ -15,6 +15,11 @@ jobs:
15
with:
16
submodules: "recursive"
17
18
+ - name: Setup .NET 9.x
19
+ uses: actions/setup-dotnet@v4
20
+ with:
21
+ dotnet-version: '9.x'
22
+
23
- name: Info
24
run: dotnet --info
25
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
"version": "8.0.0",
4
- "rollForward": "latestMinor"
+ "rollForward": "latestMajor"
5
}
6
0 commit comments