We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830c2c9 commit 248acc4Copy full SHA for 248acc4
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v1
21
with:
22
- dotnet-version: 5.0.x
+ dotnet-version: 6.0.x
23
- name: Restore dependencies
24
run: dotnet restore
25
- name: Build
0 commit comments