Skip to content

Commit

Permalink
Merge pull request #12 from Kaevan89/patch-2
Browse files Browse the repository at this point in the history
fix: update dotnet.yml to support net7.0
  • Loading branch information
dbirulia authored Apr 7, 2024
2 parents 0a34bb6 + 80c8a9b commit d6930a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
dotnet: [ '5.0.x' ]
dotnet: [ '7.0.x' ]
os: [ ubuntu-latest ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d6930a5

Please sign in to comment.