Skip to content

Commit

Permalink
Use .NET 7 & 8 and update global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfio committed Jun 9, 2024
1 parent f3ff38e commit bcf357d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
dotnet-version: |
6.x
7.x
8.x
global-json-file: ./src/global.json
- name: Cache NuGet Packages
uses: actions/cache@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
dotnet-version: |
6.x
7.x
8.x
global-json-file: ./src/global.json
- name: Cache NuGet Packages
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions src/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "8.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
"rollForward": "latestMinor",
"allowPrerelease": false
}
}

0 comments on commit bcf357d

Please sign in to comment.