Skip to content

Commit d1ce3de

Browse files
authored
Update nuget.yml
1 parent b56cd9f commit d1ce3de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nuget.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
contents: write
2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
24+
- uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: '9.x'
2427
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2528
- uses: actions/checkout@v4
2629
with:

0 commit comments

Comments
 (0)