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 9a06246 commit e43af6aCopy full SHA for e43af6a
.github/workflows/build.yml
@@ -14,9 +14,9 @@ jobs:
14
- name: Checkout code base
15
uses: actions/checkout@v2
16
17
- - uses: actions/setup-dotnet@v1
+ - uses: actions/setup-dotnet@v3
18
with:
19
- dotnet-version: '6.0.x'
+ dotnet-version: '8.0.x'
20
21
- name: Cleaning
22
run: dotnet clean
.github/workflows/release.yml
- name: Checkout repo
- uses: actions/setup-node@v2
0 commit comments