Skip to content

Commit

Permalink
Merge pull request #39 from Afischbacher/hotfix/add-net-7-for-nuget-p…
Browse files Browse the repository at this point in the history
…ublishing

Update publish-nuget.yml
  • Loading branch information
Afischbacher authored Sep 1, 2023
2 parents 3aec307 + c593fc6 commit 1758a9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Setup .NET 7
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 1758a9d

Please sign in to comment.