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 2a7ac39 commit c088ab4Copy full SHA for c088ab4
.github/workflows/pages.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup .NET Core
14
uses: actions/setup-dotnet@v1
15
with:
16
- dotnet-version: 3.1.302
+ dotnet-version: 5.0.100
17
- name: Install dependencies
18
run: dotnet restore
19
- name: Install tools
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Publish
0 commit comments