We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c495fc3 + b131351 commit 1b1c2caCopy full SHA for 1b1c2ca
1 file changed
.github/workflows/deploy-nuget-package.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Setup dotnet version
51
uses: actions/setup-dotnet@v4
52
with:
53
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
54
- name: Pack nuget package
55
run: dotnet pack -c Release --output nupkgs /p:PackageVersion=${{ needs.get-version.outputs.VERSION }} /p:AssemblyVersion=${{ needs.get-version.outputs.VERSION }} /p:Version=${{ needs.get-version.outputs.VERSION }}
56
working-directory: ./src
0 commit comments