Skip to content

Commit d04f69c

Browse files
committed
Fixed build version
1 parent c80ae95 commit d04f69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
env:
22-
DOTNET_VERSION: 8.0.x
22+
DOTNET_VERSION: 9.x.x
2323
SRC_DIRECTORY_PATH_LIB: ${{ github.workspace }}/src
2424
NUGET_VERSION: ${{ github.event.inputs.nuget_version_override || '0.1.0-preview' }}.${{ github.run_number }}
2525
PUSH_NUGET: ${{ github.event.inputs.push_nuget || false }}

0 commit comments

Comments
 (0)