Christian Rizov

Results 2 comments of Christian Rizov

> Hello, > > I am getting an error when trying to install Newtonsoft.Json 11.0.1 to my Visual Studio 2017 C++/CLI Project using Nuget Package Manager. > > When I...

> Hi, > The work around that I did was create a new C# application and downloaded Newtonsoft.Json using Nuget. Then on my C++ project I referenced "\packages\Newtonsoft.Json.11.0.1\lib\netXX\Newtonsoft.Json.dll". Thanks. It's...