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 fc7c103 commit 41a6764Copy full SHA for 41a6764
.github/workflows/dotnet.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup .NET
14
uses: actions/setup-dotnet@v1
15
with:
16
- dotnet-version: 6.0.x
+ dotnet-version: 7.0.x
17
- name: Install dependencies
18
run: dotnet restore "./ServerlessWorkflow.Sdk.sln"
19
- name: Build
0 commit comments