Skip to content

Commit 7066b6c

Browse files
committed
ci: net 7 pr
1 parent 6779537 commit 7066b6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v2
1616

17-
- name: Setup .NET 6
17+
- name: Setup .NET 7
1818
uses: actions/setup-dotnet@v1
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 7.0.x
2121

2222
- name: Restore dependencies
2323
run: dotnet restore

0 commit comments

Comments
 (0)