Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
📦 Automatic update of SimpleInjector to 4.10.2 (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
skolima committed May 4, 2020
1 parent c6eafe8 commit 5b7c259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NuKeeper.Tests/NuKeeper.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="SimpleInjector" Version="4.7.1" />
<PackageReference Include="SimpleInjector" Version="4.10.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NuKeeper.Abstractions\NuKeeper.Abstractions.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion NuKeeper/NuKeeper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NuGet.Credentials" Version="5.5.1" />
<PackageReference Include="SimpleInjector" Version="4.7.1" />
<PackageReference Include="SimpleInjector" Version="4.10.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NuKeeper.Abstractions\NuKeeper.Abstractions.csproj" />
Expand Down

0 comments on commit 5b7c259

Please sign in to comment.