Skip to content

Commit

Permalink
add install of net8.0 to GH-Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Nov 23, 2023
1 parent b635fab commit 2d093e9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: |
2.1.818
3.1.x
5.0.x
6.0.x
7.0.x
2.1
3.1
5.0
6.0
7.0
8.0
- name: Cache Tools
uses: actions/cache@v3
with:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: |
5.0.x
6.0.x
7.0.x
5.0
6.0
7.0
8.0
- name: Cache Tools
uses: actions/cache@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestFeature"
}
}

0 comments on commit 2d093e9

Please sign in to comment.