Skip to content

Commit e968fa8

Browse files
committed
Update .NET version in Actions
1 parent e636ab4 commit e968fa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Setup .NET
2828
uses: actions/setup-dotnet@v3
2929
with:
30-
dotnet-version: '6.0'
30+
dotnet-version: '7.0'
3131
-
3232
name: Unshallow
3333
run: git fetch --prune --unshallow

.github/workflows/pull-request.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@v3
1919
with:
20-
dotnet-version: '6.0'
20+
dotnet-version: '7.0'
2121
-
2222
name: Run tests
2323
run: dotnet test -c Release

0 commit comments

Comments
 (0)