I'm dealing with an issue with a transitive dependency on Mono.Posix from dogstatsd-csharp-client - DataDog/dogstatsd-csharp-client#220 (comment).
The issue seems to be:
All versions of Mono.Unix are considered pre-releases by NuGet because they have a version suffix like 7.1.0-final.1.21458.1
This is preventing me from installing DogStatsD-CSharp-Client unless I enable pre-release support in my app, which I'm trying to avoid.
Can you please release a version to Nuget without the trailing suffix?