Skip to content

Commit 883df71

Browse files
committed
Add .net 7
1 parent ba51362 commit 883df71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
uses: actions/setup-dotnet@v5
1616
with:
1717
dotnet-version: |
18-
3.1.x
18+
7.0.x
1919
9.0.x
2020
- name: Restore dependencies
2121
run: dotnet restore
2222
- name: Build
2323
run: dotnet build --no-restore
2424
- name: Test
2525
run: dotnet test --no-restore --no-build
26-
26+
2727
deploy:
2828
needs: build
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)