I am trying to use this NuGet package in a .NET Core 3.1 project.
When I build I get an error in the build output of VS telling something about missing rights, which is completly wrong.
When I try to run the shown command I get a more reasonable long error message, basically telling me that the commandline tool cannot find the assembly System.Runtime in version 4.2.2.0.
Does anyone know a workaround for this?