Skip to content

Commit

Permalink
dotnet-version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-brazhenko committed Mar 25, 2024
1 parent 0bb52de commit e97481c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.407
3.1.x
6.0.x
8.0.x
- name: Restore dependencies
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.407
3.1.x
6.0.x
8.0.x
- name: Calculate Package Version
Expand Down

0 comments on commit e97481c

Please sign in to comment.