Updated to Newtonsoft.Json 8.0.1

This commit is contained in:
RogueException
2016-01-02 04:19:08 -04:00
parent 581becc8f7
commit 85a891762d
7 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net46" />
<package id="Newtonsoft.Json" version="8.0.1" targetFramework="net45" />
</packages>