Update to Json.NET 9.0.1

This commit is contained in:
jacalvar 2016-06-13 15:06:18 -07:00 committed by Eric Erhardt
parent a4cef6d367
commit 635c3331df
9 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
},
"Newtonsoft.Json": "9.0.1-beta1",
"Newtonsoft.Json": "9.0.1",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
},

View file

@ -8,7 +8,7 @@
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
"Newtonsoft.Json": "9.0.1-beta1",
"Newtonsoft.Json": "9.0.1",
"dotnet": {
"target": "project"
},

View file

@ -5,7 +5,7 @@
"type": "platform",
"version": "1.0.0"
},
"Newtonsoft.Json": "9.0.1-beta1",
"Newtonsoft.Json": "9.0.1",
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},

View file

@ -5,7 +5,7 @@
"type": "platform",
"version": "1.0.0"
},
"Newtonsoft.Json": "9.0.1-beta1",
"Newtonsoft.Json": "9.0.1",
"dotnet": {
"target": "project"
},