Skip to content

Commit 297cdf7

Browse files
author
Chebotov Nikolay
committed
Fix #12 issue.
1 parent 25ca311 commit 297cdf7

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
These are the changes to each version that has been released on the official [Visual Studio extension gallery](https://marketplace.visualstudio.com/items?itemName=unchase.UnchaseOpenAPIConnectedService).
99

10+
## v1.3.14 `2019-12-17`
11+
12+
- [x] Fix [issue #12](https://github.com/unchase/Unchase.OpenAPI.Connectedservice/issues/12)
13+
1014
## v1.3.13 `2019-11-23`
1115

1216
- [x] Update dependencies: add support for [NSwag.Commands v13.1.6](https://github.com/RicoSuter/NSwag/pull/2543)

src/Unchase.OpenAPI.ConnectedService.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@
199199
<Reference Include="Microsoft.AspNetCore.HttpOverrides, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
200200
<HintPath>packages\Microsoft.AspNetCore.HttpOverrides.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.HttpOverrides.dll</HintPath>
201201
</Reference>
202-
<Reference Include="Microsoft.AspNetCore.JsonPatch, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
203-
<HintPath>packages\Microsoft.AspNetCore.JsonPatch.3.0.0\lib\netstandard2.0\Microsoft.AspNetCore.JsonPatch.dll</HintPath>
202+
<Reference Include="Microsoft.AspNetCore.JsonPatch, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
203+
<HintPath>packages\Microsoft.AspNetCore.JsonPatch.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.JsonPatch.dll</HintPath>
204204
</Reference>
205205
<Reference Include="Microsoft.AspNetCore.Metadata, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
206206
<HintPath>packages\Microsoft.AspNetCore.Metadata.3.0.0\lib\netstandard2.0\Microsoft.AspNetCore.Metadata.dll</HintPath>
@@ -431,8 +431,9 @@
431431
<Reference Include="NConsole, Version=3.9.6519.30868, Culture=neutral, PublicKeyToken=0f839b9a5b9cbd65, processorArchitecture=MSIL">
432432
<HintPath>packages\NConsole.3.9.6519.30868\lib\net45\NConsole.dll</HintPath>
433433
</Reference>
434-
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
435-
<HintPath>packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
434+
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
435+
<HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
436+
<Private>True</Private>
436437
</Reference>
437438
<Reference Include="NJsonSchema, Version=10.0.28.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
438439
<HintPath>packages\NJsonSchema.10.0.28\lib\net45\NJsonSchema.dll</HintPath>

src/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
11+
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
1212
</dependentAssembly>
1313
<dependentAssembly>
1414
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />

src/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<package id="Microsoft.AspNetCore.Http.Extensions" version="2.2.0" targetFramework="net461" />
2121
<package id="Microsoft.AspNetCore.Http.Features" version="3.0.0" targetFramework="net461" />
2222
<package id="Microsoft.AspNetCore.HttpOverrides" version="2.2.0" targetFramework="net461" />
23-
<package id="Microsoft.AspNetCore.JsonPatch" version="3.0.0" targetFramework="net461" />
23+
<package id="Microsoft.AspNetCore.JsonPatch" version="2.2.0" targetFramework="net461" />
2424
<package id="Microsoft.AspNetCore.Metadata" version="3.0.0" targetFramework="net461" />
2525
<package id="Microsoft.AspNetCore.Mvc.Abstractions" version="2.2.0" targetFramework="net461" />
2626
<package id="Microsoft.AspNetCore.Mvc.ApiExplorer" version="2.2.0" targetFramework="net461" />
@@ -102,7 +102,7 @@
102102
<package id="Namotion.Reflection" version="1.0.7" targetFramework="net461" />
103103
<package id="NConsole" version="3.9.6519.30868" targetFramework="net461" />
104104
<package id="NETStandard.Library" version="2.0.3" targetFramework="net461" />
105-
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />
105+
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
106106
<package id="NJsonSchema" version="10.0.28" targetFramework="net461" />
107107
<package id="NJsonSchema.CodeGeneration" version="10.0.28" targetFramework="net461" />
108108
<package id="NJsonSchema.CodeGeneration.CSharp" version="10.0.28" targetFramework="net461" />

0 commit comments

Comments
 (0)