We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480a43f commit 2e5ebdbCopy full SHA for 2e5ebdb
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup dotnet
14
uses: actions/setup-dotnet@v3
15
with:
16
- dotnet-version: '6.0.x'
+ dotnet-version: '8.x'
17
- name: Install dependencies
18
run: dotnet restore
19
- name: Build
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
- name: Setup .NET
- dotnet-version: '7.0.102'
- name: Create and push NuGet package
working-directory: ./src/Sdkgen.Client
20
run: |
0 commit comments