From fa5cb76a6a5da04ecb3117e68bd12625f6b8b8b5 Mon Sep 17 00:00:00 2001 From: Andrew Lock Date: Tue, 19 Dec 2023 21:33:18 +0000 Subject: [PATCH] Update build to support .NET 8 --- .github/workflows/BuildAndPack.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/BuildAndPack.yml b/.github/workflows/BuildAndPack.yml index 0bacb53..4206cde 100644 --- a/.github/workflows/BuildAndPack.yml +++ b/.github/workflows/BuildAndPack.yml @@ -40,9 +40,8 @@ jobs: 3.0.x 5.0.x 6.0.x - 7.0.103 - - name: Force globaljson - run: dotnet new globaljson --sdk-version "7.0.103" --force + 7.0.x + 8.0.x - name: Cache .nuke/temp, ~/.nuget/packages uses: actions/cache@v2 with: @@ -72,9 +71,8 @@ jobs: 3.0.x 5.0.x 6.0.x - 7.0.103 - - name: Force globaljson - run: dotnet new globaljson --sdk-version "7.0.103" --force + 7.0.x + 8.0.x - name: Cache .nuke/temp, ~/.nuget/packages uses: actions/cache@v2 with: @@ -104,9 +102,8 @@ jobs: 3.0.x 5.0.x 6.0.x - 7.0.103 - - name: Force globaljson - run: dotnet new globaljson --sdk-version "7.0.103" --force + 7.0.x + 8.0.x - name: Cache .nuke/temp, ~/.nuget/packages uses: actions/cache@v2 with: