Skip to content

Commit

Permalink
[gh-1307] Configure correct .NET version in main site build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmind committed Dec 3, 2023
1 parent cad7b92 commit 4f01e16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/server-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build-core:
name: 'Build (.NET 7)'
name: 'Build (.NET 8)'
# https://github.community/t/duplicate-checks-on-push-and-pull-request-simultaneous-event/18012/5
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: windows-latest
Expand All @@ -28,7 +28,7 @@ jobs:
submodules: 'true'
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- uses: microsoft/setup-msbuild@v1.1

# https://github.com/actions/setup-dotnet/issues/155
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
submodules: 'true'
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

# https://github.com/actions/setup-dotnet/issues/155
- run: dotnet nuget locals all --clear
Expand Down

0 comments on commit 4f01e16

Please sign in to comment.