Skip to content

Commit

Permalink
Nuget updates
Browse files Browse the repository at this point in the history
  • Loading branch information
holytshirt committed Sep 7, 2019
1 parent abaea6c commit d13aed2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<ProjectReference Include="..\Paramore.Darker\Paramore.Darker.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="LightInject" Version="5.5.0" />
<PackageReference Include="LightInject" Version="6.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<ProjectReference Include="..\Paramore.Darker\Paramore.Darker.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Polly" Version="7.1.0" />
<PackageReference Include="Polly" Version="7.1.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<ProjectReference Include="..\Paramore.Darker\Paramore.Darker.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SimpleInjector" Version="4.6.2" />
<PackageReference Include="SimpleInjector" Version="4.7.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/Paramore.Darker.Tests/Paramore.Darker.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.12.0" />
<PackageReference Include="Moq" Version="4.13.0" />
<PackageReference Include="Shouldly" Version="3.0.2" />
</ItemGroup>
</Project>

0 comments on commit d13aed2

Please sign in to comment.