Skip to content

Commit

Permalink
Merge pull request #23 from cjdcordeiro/update-dotnet
Browse files Browse the repository at this point in the history
fix: dotnet* pkgs new content structure (22.04)
  • Loading branch information
woky authored Dec 1, 2022
2 parents b1eed6e + f88bc93 commit 4adc0ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion slices/dotnet-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ slices:
- libgcc-s1_libs
- libstdc++6_libs
contents:
/usr/lib/dotnet/dotnet6-*/dotnet:
/usr/lib/dotnet/dotnet:
2 changes: 1 addition & 1 deletion slices/dotnet-hostfxr-6.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ slices:
- libstdc++6_libs
- dotnet-host_bins
contents:
/usr/lib/dotnet/dotnet6-*/host/fxr/*/libhostfxr.so:
/usr/lib/dotnet/host/fxr/*/libhostfxr.so:
2 changes: 1 addition & 1 deletion slices/dotnet-runtime-6.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ slices:
- libunwind8_libs
- zlib1g_libs
contents:
/usr/lib/dotnet/dotnet6-*/shared/Microsoft.NETCore.App/**:
/usr/lib/dotnet/shared/Microsoft.NETCore.App/**:

0 comments on commit 4adc0ad

Please sign in to comment.