-
Notifications
You must be signed in to change notification settings - Fork 90
Description
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

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