1
I would like to know how I do to install newtonsoft-json in Visual Studio without nuget, because I heard that I could install it without nuget.
1
I would like to know how I do to install newtonsoft-json in Visual Studio without nuget, because I heard that I could install it without nuget.
5
An alternative is to check out the repository, compile it yourself, and add the reference to your project... so it’s all very manual.
https://github.com/JamesNK/Newtonsoft.Json
You can even include his entire project, in your solution, and make design reference if you want.
Or, you can download the DLL already compiled and refer to it, through the link below:
Browser other questions tagged visual-studio
You are not signed in. Login or sign up in order to post.