Skip to content

Commit

Permalink
Merge pull request #194 from Somfic/master
Browse files Browse the repository at this point in the history
Updated workflow to support .NET 7
  • Loading branch information
jchristn committed Jul 24, 2023
2 parents 1872d74 + 229b1c8 commit aae71f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
working-directory: ./src
run: dotnet restore
Expand Down

0 comments on commit aae71f2

Please sign in to comment.