Skip to content

Commit

Permalink
added .NET 7 target to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy D. Miller authored and Jeremy D. Miller committed Nov 14, 2022
1 parent 56d6275 commit d17c38e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Setup .NET
- name: Setup .NET 7
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 7.0.x

- name: Test
run: ./build.ps1 test
6 changes: 6 additions & 0 deletions .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Setup .NET 7
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit d17c38e

Please sign in to comment.