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 80abe3f commit 51b4a5aCopy full SHA for 51b4a5a
.github/workflows/demo.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup .NET
23
uses: actions/setup-dotnet@v1
24
with:
25
- dotnet-version: '5.0.x'
+ dotnet-version: '6.0.x'
26
27
- name: Publish Blogifier
28
run: dotnet publish -c Release -o release --nologo
0 commit comments