Closed MESWEB closed 5 years ago
You are trying to install a dotnet standard 2 project into a project that targets .net 4.5. If your project targets .net 4.6.1 or greater it should work. If you can't change the target of your project you can just install abot nuget versions less than version 2.0 and you should be good since those target .net 4.0 which is backwards compatible with 4.5.