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 67e10a0 commit 2de4bc4Copy full SHA for 2de4bc4
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Setup .NET
47
uses: actions/setup-dotnet@v1
48
with:
49
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
50
- name: Pack
51
run: |
52
dotnet pack -v normal -c Debug --include-symbols --include-source -p:PackageVersion=4.0.0-pre-$GITHUB_RUN_ID -o nupkg
0 commit comments