Skip to content

Commit

Permalink
Fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Slion committed Feb 4, 2024
1 parent c6b77ff commit ff222ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:


env:
DOTNET_VERSION: 7.0.x
DOTNET_VERSION: 8.0.x
BUILD_TARGET: .\src\VirtualDesktop.sln


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]

env:
DOTNET_VERSION: 7.0.x
DOTNET_VERSION: 8.0.x
BUILD_TARGET: .\src\VirtualDesktop.sln

jobs:
Expand Down

0 comments on commit ff222ff

Please sign in to comment.