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 334391c commit 211c888Copy full SHA for 211c888
.github/workflows/build-and-test.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
18
- name: Setup .NET
19
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
20
with:
21
dotnet-version: 9.0.x
22
.github/workflows/publish-package.yml
@@ -22,7 +22,7 @@ jobs:
echo "BUILD_VERSION=3.0.$version" >> ${GITHUB_ENV}
23
24
25
26
27
28
0 commit comments