Skip to content

Commit 3d3617f

Browse files
author
Warren Buckley
committed
Forgot to update the windows build of the CI to use .NET7 SDK
1 parent 0cf0306 commit 3d3617f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- uses: actions/checkout@v2
4141

4242
- name: Setup .NET Core
43-
uses: actions/setup-dotnet@v1
43+
uses: actions/setup-dotnet@v3
4444
with:
45-
dotnet-version: '6.0.x'
45+
dotnet-version: '7.0.x'
4646

4747
- name: Make .NET Core Server excutable
4848
working-directory: LogViewer.Server

0 commit comments

Comments
 (0)