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 5.3.2 (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
skolima authored Sep 20, 2021
1 parent 39bdcd5 commit 9677914
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="5.1.0" />
<PackageReference Include="SimpleInjector" Version="5.3.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 @@ -19,7 +19,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NuGet.Credentials" Version="5.8.0" />
<PackageReference Include="SimpleInjector" Version="5.1.0" />
<PackageReference Include="SimpleInjector" Version="5.3.2" />
<PackageReference Include="SimpleInjector.Integration.ServiceCollection" Version="5.0.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 9677914

Please sign in to comment.