We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada3b86 commit 40b091cCopy full SHA for 40b091c
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-dotnet@v4
17
with:
18
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.x'
19
- name: Build
20
run: |
21
dotnet build
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Pack
dotnet pack -c Release --nologo
0 commit comments