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

@ -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"
},