Skip to content

Commit 03fc084

Browse files
author
Nikola Yankov
committed
downgrading the Newtonsoft.Json to version 9.0.1
1 parent ac0b90f commit 03fc084

5 files changed

Lines changed: 8 additions & 10 deletions

File tree

GroupDocs.Conversion.Cloud.Sdk.Test/GroupDocs.Conversion.Cloud.Sdk.Test.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ OpenAPI spec version: 1.0
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>
3939
<ItemGroup>
40-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
42-
<Private>True</Private>
40+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
4342
</Reference>
4443
<Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
4544
<HintPath>..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net45" />
3+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
44
<package id="NUnit" version="3.9.0" targetFramework="net45" />
55
</packages>

GroupDocs.Conversion.Cloud.Sdk/GroupDocs.Conversion.Cloud.Sdk.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@
6565
<DocumentationFile>bin\Release\GroupDocs.Conversion.Cloud.Sdk.xml</DocumentationFile>
6666
</PropertyGroup>
6767
<ItemGroup>
68-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69-
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net20\Newtonsoft.Json.dll</HintPath>
70-
<Private>True</Private>
68+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net20\Newtonsoft.Json.dll</HintPath>
7170
</Reference>
7271
<Reference Include="System" />
7372
<Reference Include="System.Web" />

GroupDocs.Conversion.Cloud.Sdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
// Minor Version
5454
// Build Number
5555
// Revision
56-
[assembly: AssemblyVersion("17.12.0.0")]
57-
[assembly: AssemblyFileVersion("17.12.0.0")]
56+
[assembly: AssemblyVersion("17.12.1.0")]
57+
[assembly: AssemblyFileVersion("17.12.1.0")]
5858

5959
#if DEBUG
6060
[assembly: InternalsVisibleTo("GroupDocs.Conversion.Cloud.Sdk.Test")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net20" />
3+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net20" />
44
<package id="StyleCop.MSBuild" version="5.0.0" targetFramework="net20" developmentDependency="true" />
55
</packages>

0 commit comments

Comments
 (0)