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 57d79b5 commit c7d0637Copy full SHA for c7d0637
.github/workflows/ci.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Setup .NET Core
16
uses: actions/setup-dotnet@v1
17
with:
18
- dotnet-version: 3.0.100
+ dotnet-version: 3.1.100-preview1-014459
19
- name: Build
20
run: dotnet build --configuration Release
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
21
- name: Pack
0 commit comments