Skip to content

Commit ff222ff

Browse files
committed
Fix CI builds
1 parent c6b77ff commit ff222ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99

1010
env:
11-
DOTNET_VERSION: 7.0.x
11+
DOTNET_VERSION: 8.0.x
1212
BUILD_TARGET: .\src\VirtualDesktop.sln
1313

1414

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66

77
env:
8-
DOTNET_VERSION: 7.0.x
8+
DOTNET_VERSION: 8.0.x
99
BUILD_TARGET: .\src\VirtualDesktop.sln
1010

1111
jobs:

0 commit comments

Comments
 (0)