Twillo RestAPI Nuget not compliant
The last Twillo Nuget show me on Visual Studio 2022, that not .NET compliant for Windows 11:
External DLLs and other files are in the nupkg and in the global cache, but not installed with the package
I have a .NET 8 library written in C# that uses an external native C DLL, my library is basically a C# wrapper for the C API. I want to make it a NuGet package and use it in my other projects. Here’s the relevant part of the csproj file: