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 d741bb8 commit e2d80f3Copy full SHA for e2d80f3
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v5
25
26
- name: Setup .NET SDKs
27
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
28
with:
29
# .net 4.8.x is included by default in windows-latest
30
dotnet-version: |
.github/workflows/publish.yml
- name: Setup .NET
dotnet-version: 9.0.x
0 commit comments