From ab91041166c62e6823bdde0084752e8041e03f67 Mon Sep 17 00:00:00 2001 From: David Wengier Date: Thu, 23 May 2024 18:16:57 +1000 Subject: [PATCH] Bump to 8 --- .github/workflows/dotnetcore.yml | 6 +++--- .github/workflows/pr-build.yml | 2 +- Directory.Packages.props | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 61535f4..a393a2c 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Install workload run: dotnet workload install wasm-tools @@ -86,7 +86,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Install workload run: dotnet workload install wasm-tools @@ -99,6 +99,6 @@ jobs: uses: crazy-max/ghaction-github-pages@v2.2.0 with: target_branch: gh-pages - build_dir: src/BlazingTrains/bin/Release/net7.0/publish/wwwroot + build_dir: src/BlazingTrains/bin/Release/net8.0/publish/wwwroot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index ff1478e..766c12a 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Install workload run: dotnet workload install wasm-tools diff --git a/Directory.Packages.props b/Directory.Packages.props index 31ca43f..19207c5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,8 +4,8 @@ - - + +