Skip to content

Commit 2063e53

Browse files
authored
Update PublishNuget.yml
Added dotnet 7.0
1 parent aefface commit 2063e53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/PublishNuget.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414

1515
# Steps represent a sequence of tasks that will be executed as part of the job
1616
steps:
17+
- name: Setup dotnet
18+
uses: actions/setup-dotnet@v3
19+
with:
20+
dotnet-version: 7.0.x
21+
1722
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1823
- uses: actions/checkout@v3
1924

0 commit comments

Comments
 (0)