Skip to content

Commit

Permalink
add .net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed Apr 26, 2023
1 parent 503a6cf commit 0426ff4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: |
6.0.x
7.0.x
- name: Restore dependencies
run: dotnet restore ./src/XmlDiff.sln
- name: Build
Expand Down

0 comments on commit 0426ff4

Please sign in to comment.