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 5ff0ada commit c5c27f5Copy full SHA for c5c27f5
.github/workflows/build-dev.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v4
30
-
31
name: Setup .NET
32
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
33
with:
34
dotnet-version: '9.0.x'
35
.github/workflows/pull-request.yml
@@ -31,7 +31,7 @@ jobs:
36
dotnet-version: |
37
8.0.x
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments