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 cbafaac commit cbd6390Copy full SHA for cbd6390
.github/workflows/dotnet-package.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Setup .NET
20
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
21
with:
22
dotnet-version: |
23
10.0.x
.github/workflows/dotnet-publish-gpr.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET 10
dotnet-version: 10
source-url: https://nuget.pkg.github.com/BattlefieldDuck/index.json
.github/workflows/dotnet-publish-nuget.yml
0 commit comments