Skip to content

Commit

Permalink
Merge pull request #43 from Particular/release-2.1
Browse files Browse the repository at this point in the history
Release 2.1
  • Loading branch information
timbussmann committed May 30, 2018
2 parents d6f8c20 + e5eca62 commit c0a04c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="[10.0.3, 11.0.0)" />
<PackageReference Include="Newtonsoft.Json" Version="[11.0.1, 12.0.0)" />
<PackageReference Include="NServiceBus" Version="[7.0.0, 8.0.0)" />
<PackageReference Include="Particular.Packaging" Version="0.1.0" PrivateAssets="All" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
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="10.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="NServiceBus" Version="7.0.0" />
<PackageReference Include="NUnit" Version="3.7.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.8.0-alpha1" />
Expand Down

0 comments on commit c0a04c0

Please sign in to comment.