Skip to content

Commit

Permalink
awww
Browse files Browse the repository at this point in the history
  • Loading branch information
mookid8000 committed Nov 15, 2023
1 parent 18e11a9 commit 4e33290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rebus.Tests.Contracts/Rebus.Tests.Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ProjectReference Include="..\Rebus\Rebus.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="[13,14)" />
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1,14)" />
<PackageReference Include="NUnit" Version="3.14.0" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Rebus/Rebus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="[13,14)" />
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1,14)" />
<PackageReference Include="system.text.json" Version="[5,9)" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
Expand Down

0 comments on commit 4e33290

Please sign in to comment.