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 b821724 commit 4aa8384Copy full SHA for 4aa8384
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v4
21
22
- - name: .NET 9.0
23
- uses: actions/setup-dotnet@v4
+ - name: .NET 10.0
+ uses: actions/setup-dotnet@v5
24
with:
25
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
26
27
- name: Build
28
run: |
0 commit comments