The installation log is as follows.
Installing 'Newtonsoft.Json 5.0.5'.
Successfully installed 'Newtonsoft.Json 5.0.5'.
Adding 'Newtonsoft.Json 5.0.5' to test.
Uninstalling 'Newtonsoft.Json 5.0.5'.
Successfully uninstalled 'Newtonsoft.Json 5.0.5'.
Install failed. Rolling back...
Install-Package : Could not install package 'Newtonsoft.Json 5.0.5'. You are trying to install this package
into a project that targets 'Native,Version=v0.0', but the package does not contain any assembly reference
s or content files that are compatible with that framework. For more information, contact the package autho
r.
At line:1 char:16
+ Install-Package <<<< Newtonsoft.Json
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageComman
d
Is it possible to use JSON.NET in C++/CLI language? Thank you.