You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 inaussieadsbclient: 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
The text was updated successfully, but these errors were encountered: