Skip to content

.NET 7 dependencies missing after updating to 0.1.226 #251

@Dom2364

Description

@Dom2364

I just updated from 0.1.220 to 0.1.226 and the .NET dependencies are now missing from the deb package, the only change between the two packages in the below screenshot is the version of Packaging.Targets in Directory.Build.props
image

Installing the 0.1.226 package with dpkg -i on Raspberry Pi OS (Debian 12) and then executing results in aussieadsbclient: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

The command I executed to get those packages was dotnet publish /p:Configuration=Release /p:RuntimeIdentifier=linux-arm /t:CreateDeb /p:PackagePrefix=aussieadsbclient-0.1.220

In the project .csproj TargetFramework was net7.0, PublishSingleFile true, SelfContained true, PublishTrimmed true with TrimMode partial

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions