Skip to content

Commit fff1f62

Browse files
committed
ci: net 7
1 parent a72ed82 commit fff1f62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-package.yml

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

22-
- name: Setup .NET 6
22+
- name: Setup .NET 7
2323
uses: actions/setup-dotnet@v3
2424
with:
25-
dotnet-version: 6.0.x
25+
dotnet-version: 7.0.x
2626

2727
- name: Restore dependencies
2828
run: dotnet restore

.github/workflows/pull-request.yml

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

18-
- name: Setup .NET 6
18+
- name: Setup .NET 7
1919
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: 6.0.x
21+
dotnet-version: 7.0.x
2222

2323
- name: Restore dependencies
2424
run: dotnet restore

0 commit comments

Comments
 (0)