Bumping JSON.NET to 9.0.1

This commit is contained in:
Jonathan Miller 2016-06-06 13:57:19 -07:00
parent 2e7c467aad
commit cdf4407419
10 changed files with 13 additions and 13 deletions

View file

@ -13,7 +13,7 @@
"target": "project"
},
"NuGet.Versioning": "3.5.0-beta2-1392",
"Newtonsoft.Json": "7.0.1",
"Newtonsoft.Json": "9.0.1-beta1",
"Octokit": "0.18.0",
"Microsoft.Net.Http": "2.2.29"
},

View file

@ -8,7 +8,7 @@
"Microsoft.Extensions.DependencyModel": {
"target": "project"
},
"Newtonsoft.Json": "7.0.1",
"Newtonsoft.Json": "9.0.1-beta1",
"NuGet.Packaging": "3.5.0-beta2-1392",
"NuGet.RuntimeModel": "3.5.0-beta2-1392",
"System.Reflection.Metadata": "1.3.0-rc3-24206-00"

View file

@ -9,7 +9,7 @@
"Microsoft.DotNet.InternalAbstractions": {
"target": "project"
},
"Newtonsoft.Json": "7.0.1"
"Newtonsoft.Json": "9.0.1-beta1"
},
"frameworks": {
"net451": {},

View file

@ -7,7 +7,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Newtonsoft.Json": "7.0.1",
"Newtonsoft.Json": "9.0.1-beta1",
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},

View file

@ -25,7 +25,7 @@
"exclude": "compile"
},
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1392",
"Newtonsoft.Json": "7.0.1",
"Newtonsoft.Json": "9.0.1-beta1",
"System.Text.Encoding.CodePages": "4.0.1-rc3-24206-00",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-24206-00",
"Microsoft.ApplicationInsights": "2.0.0",

View file

@ -747,7 +747,7 @@ namespace Microsoft.DotNet.ProjectModel.Tests
dependency.Type.Should().Be(LibraryDependencyType.Default);
dependency.SourceFilePath.Should().Be(ProjectFilePath);
dependency.SourceLine.Should().Be(3);
dependency.SourceColumn.Should().Be(31);
dependency.SourceColumn.Should().Be(30);
}
[Fact]
@ -769,7 +769,7 @@ namespace Microsoft.DotNet.ProjectModel.Tests
dependency.Type.Should().Be(LibraryDependencyType.Default);
dependency.SourceFilePath.Should().Be(ProjectFilePath);
dependency.SourceLine.Should().Be(3);
dependency.SourceColumn.Should().Be(25);
dependency.SourceColumn.Should().Be(24);
}
[Fact]
@ -909,7 +909,7 @@ namespace Microsoft.DotNet.ProjectModel.Tests
tool.Type.Should().Be(LibraryDependencyType.Default);
tool.SourceFilePath.Should().Be(ProjectFilePath);
tool.SourceLine.Should().Be(3);
tool.SourceColumn.Should().Be(25);
tool.SourceColumn.Should().Be(24);
}
[Fact]
@ -931,7 +931,7 @@ namespace Microsoft.DotNet.ProjectModel.Tests
tool.Type.Should().Be(LibraryDependencyType.Default);
tool.SourceFilePath.Should().Be(ProjectFilePath);
tool.SourceLine.Should().Be(3);
tool.SourceColumn.Should().Be(19);
tool.SourceColumn.Should().Be(18);
}
[Fact]

View file

@ -12,7 +12,7 @@
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
},
"Newtonsoft.Json": "7.0.1",
"Newtonsoft.Json": "9.0.1-beta1",
"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": "7.0.1",
"Newtonsoft.Json": "9.0.1-beta1",
"dotnet": {
"target": "project"
},

View file

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

View file

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