Skip to content

Commit

Permalink
Update build to support .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Dec 19, 2023
1 parent cb34e56 commit fa5cb76
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/BuildAndPack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit fa5cb76

Please sign in to comment.