Skip to content

Commit

Permalink
Merge pull request #22 from canonical/feat/update-host
Browse files Browse the repository at this point in the history
Bump host to .NET 9
  • Loading branch information
mateusrodrigues authored Dec 12, 2024
2 parents 9c451ad + d2e0c46 commit 45d70a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ parts:
source: .
after: [ pre-reqs ]
build-packages:
- dotnet-sdk-8.0
- dotnet-sdk-9.0
stage-packages:
- jq
override-build: |
Expand Down Expand Up @@ -99,7 +99,7 @@ parts:
build-packages:
- patchelf
stage-packages:
- dotnet-hostfxr-8.0
- dotnet-hostfxr-9.0
override-stage: |
craftctl default
Expand All @@ -122,7 +122,7 @@ parts:
netstandard-targeting-pack:
plugin: nil
stage-packages:
- netstandard-targeting-pack-2.1-8.0
- netstandard-targeting-pack-2.1-9.0

apps:
dotnet:
Expand Down

0 comments on commit 45d70a7

Please sign in to comment.