Skip to content

Commit 8c4f562

Browse files
committed
2 parents 0e92217 + 5f67498 commit 8c4f562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup .NET
1414
uses: actions/setup-dotnet@v4
1515
with:
16-
dotnet-version: '8.0.x' # Change this to your required .NET version
16+
dotnet-version: '9.0.x' # Change this to your required .NET version
1717

1818
- name: Restore dependencies
1919
run: |

0 commit comments

Comments
 (0)