PM> Install-Package NSubstitute
Installing 'NSubstitute 1.7.2.0'.
Successfully installed 'NSubstitute 1.7.2.0'.
Adding 'NSubstitute 1.7.2.0' to LdsTools.Win8.
Uninstalling 'NSubstitute 1.7.2.0'.
Successfully uninstalled 'NSubstitute 1.7.2.0'.
Install failed. Rolling back...
Install-Package : Could not install package 'NSubstitute 1.7.2.0'. You are trying to install this package into a project that targets '.NETCore,Version=v4.5.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.
At line:1 char:1
+ Install-Package NSubstitute
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand