Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit cb6cc90

Browse files
committed
Fixed NewtonSoft JSON references to make the demo application work again
1 parent 3fac9b6 commit cb6cc90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Api/API.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
2121
<Reference Include="System.Net.Http" />
2222
<Reference Include="System.Web" />
23-
<PackageReference Include="Newtonsoft.Json" Version="8.0.1" />
23+
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
2424
</ItemGroup>
2525

2626
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
2727
<Reference Include="System.Net.Http" />
2828
<Reference Include="System.Web" />
29-
<PackageReference Include="Newtonsoft.Json" Version="8.0.1" />
29+
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
3030
</ItemGroup>
3131

3232
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">

Demo/DemoApplication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</ItemGroup>
8787
<ItemGroup>
8888
<PackageReference Include="Newtonsoft.Json">
89-
<Version>12.0.2</Version>
89+
<Version>11.0.1</Version>
9090
</PackageReference>
9191
</ItemGroup>
9292
<ItemGroup>

0 commit comments

Comments
 (0)