Skip to content

Commit

Permalink
Version range for Newtonsoft.Json (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmbillie authored Jul 28, 2022
1 parent c872609 commit 2d17dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HotPotato.OpenApi/HotPotato.OpenApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.DotNetHostPolicy" Version="5.0.4" />
<PackageReference Include="Namotion.Reflection" Version="2.0.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="[11.0.2,13.0.1]" />
<PackageReference Include="NJsonSchema" Version="10.6.10" />
<PackageReference Include="NJsonSchema.Yaml" Version="10.3.11" />
<PackageReference Include="NSwag.Core" Version="13.15.0" />
Expand Down

0 comments on commit 2d17dda

Please sign in to comment.