Skip to content

Commit

Permalink
Update Newtonsoft.Json to 12.0.1 (#47)
Browse files Browse the repository at this point in the history
* Update NServiceBus.Newtonsoft.Json.csproj

* Update Tests.csproj
  • Loading branch information
Varorbc authored and andreasohlund committed Dec 7, 2018
1 parent d305a02 commit 6d5ec82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="[11.0.1, 12.0.0)" />
<PackageReference Include="Newtonsoft.Json" Version="[12.0.1, 13.0.0)" />
<PackageReference Include="NServiceBus" Version="[7.0.0, 8.0.0)" />
<PackageReference Include="Particular.Packaging" Version="0.1.0" PrivateAssets="All" />
</ItemGroup>
Expand All @@ -17,4 +17,4 @@
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.5.0" />
</ItemGroup>

</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="ApprovalTests" Version="3.0.13" NoWarn="NU1701" />
<PackageReference Include="ApprovalUtilities" Version="3.0.13" NoWarn="NU1701" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="NServiceBus" Version="7.1.0" />
<PackageReference Include="NUnit" Version="3.10.1" />
<!-- requires a version that works with PublicApiGenerator (Mono.Cecil) -->
Expand Down

0 comments on commit 6d5ec82

Please sign in to comment.