I can not install a package in Visual Studio 2015

0

I try to install a library by "NuGet" with visual studio 2015 and I get this error:

  

You are trying to install this package into a project that targets   '.NETFramework, Version = v4.6.1', but the package does not contain any   assembly references or content files that are compatible with that   framework. For more information, contact the package author.

By Visual Studio 2017 it works and installs on a good, I just can not install it by 2015. I created this library with .Net Standard 2.0 with Visual Studio 2017.

Some people suffer this because of VS 2015.

I've taken this tutorial: link

Any solution for Visual Studio 2015?

    
asked by anonymous 25.10.2018 / 05:07

0 answers