Skip to content

Commit 6779537

Browse files
committed
ci: dotnet 7
1 parent 6f5124d commit 6779537

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v2
2020

21-
- name: Setup .NET 6
21+
- name: Setup .NET 7
2222
uses: actions/setup-dotnet@v1
2323
with:
24-
dotnet-version: 6.0.x
24+
dotnet-version: 7.0.x
2525

2626
- name: Restore dependencies
2727
run: dotnet restore

0 commit comments

Comments
 (0)