We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e3085 commit 220be79Copy full SHA for 220be79
3 files changed
.github/workflows/BuildFromDevelop.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET Core
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 3.1.301
+ dotnet-version: 7.x
20
- name: Install dependencies
21
run: dotnet restore
22
- name: Build
.github/workflows/BuildFromMaster.yml
.github/workflows/Release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
0 commit comments