Skip to content

Commit bb3401f

Browse files
committed
Udpated build scripts to net7
1 parent 95455ba commit bb3401f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v2
2020
with:
21-
dotnet-version: 6.0.x
21+
dotnet-version: 7.0.x
2222
- name: Restore dependencies
2323
run: dotnet restore
2424
- name: Build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v2
1919
with:
20-
dotnet-version: 6.0.x
20+
dotnet-version: 7.0.x
2121

2222
- uses: dotnet/nbgv@master
2323
id: nbgv

0 commit comments

Comments
 (0)