Skip to content

Commit

Permalink
ci: install net6 and net8
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Feb 13, 2024
1 parent b1bb30a commit 76745a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ jobs:
with:
name: Build Prism.Core
solution-path: PrismLibrary_Core.slnf
dotnet-version: |
6.0.x
8.0.x
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
name: Build Prism.Core
solution-path: PrismLibrary_Core.slnf
dotnet-version: |
6.0.x
8.0.x
code-sign: true
artifact-name: Core
secrets:
Expand Down

0 comments on commit 76745a0

Please sign in to comment.