We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c495fc3 commit b131351Copy full SHA for b131351
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