1 parent 659544a commit df79475Copy full SHA for df79475
2 files changed
.github/workflows/dotnet.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup .NET
18
uses: actions/setup-dotnet@v4
19
with:
20
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
21
- name: Restore dependencies
22
run: dotnet restore
23
- name: Build
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments