Skip to content

Commit 1b1c2ca

Browse files
authored
Merge pull request #26 from 0phois/Update-workflow
Update deploy-nuget-package.yml
2 parents c495fc3 + b131351 commit 1b1c2ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-nuget-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup dotnet version
5151
uses: actions/setup-dotnet@v4
5252
with:
53-
dotnet-version: 8.0.x
53+
dotnet-version: 9.0.x
5454
- name: Pack nuget package
5555
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 }}
5656
working-directory: ./src

0 commit comments

Comments
 (0)