Update to Json.NET 9.0.1
This commit is contained in:
parent
a4cef6d367
commit
635c3331df
9 changed files with 9 additions and 9 deletions
|
@ -13,7 +13,7 @@
|
|||
"target": "project"
|
||||
},
|
||||
"NuGet.Versioning": "3.5.0-beta2-1484",
|
||||
"Newtonsoft.Json": "9.0.1-beta1",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"Octokit": "0.18.0",
|
||||
"Microsoft.Net.Http": "2.2.29"
|
||||
},
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"Microsoft.Extensions.DependencyModel": {
|
||||
"target": "project"
|
||||
},
|
||||
"Newtonsoft.Json": "9.0.1-beta1",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"NuGet.Packaging": "3.5.0-beta2-1484",
|
||||
"NuGet.RuntimeModel": "3.5.0-beta2-1484",
|
||||
"System.Reflection.Metadata": "1.3.0"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"Microsoft.DotNet.InternalAbstractions": {
|
||||
"target": "project"
|
||||
},
|
||||
"Newtonsoft.Json": "9.0.1-beta1"
|
||||
"Newtonsoft.Json": "9.0.1"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "9.0.1-beta1",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"exclude": "compile"
|
||||
},
|
||||
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1484",
|
||||
"Newtonsoft.Json": "9.0.1-beta1",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"System.Text.Encoding.CodePages": "4.0.1",
|
||||
"System.Diagnostics.FileVersionInfo": "4.0.0",
|
||||
"Microsoft.ApplicationInsights": "2.0.0",
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"type": "platform",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"Newtonsoft.Json": "9.0.1-beta1",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"dotnet": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue