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 9fe88fb commit 61c1368Copy full SHA for 61c1368
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v5
31
- name: Set up .NET SDK
32
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
33
with:
34
dotnet-version: 9.0.x
35
- name: NuGet cache
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
path: ./changelog-section.md
43
44
45
46
47
48
0 commit comments