Skip to content

Commit

Permalink
More .net versions for nuget (6/7/8)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximn committed Oct 15, 2024
1 parent 8ab0880 commit bb3bced
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Get version from tag
id: get_version
Expand Down

0 comments on commit bb3bced

Please sign in to comment.