Skip to content

Commit

Permalink
Use Stashbox v5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Aug 21, 2024
1 parent 7f37373 commit 9c831d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
build_version: 5.5.4
build_version: 5.6.0

version: $(build_version)-{build}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ private static IStashboxContainer PrepareContainer(IServiceCollection services,
#endif
.WithDisposableTransientTracking()
.WithVariantGenericTypes(false)
.WithExceptionOverEmptyCollection()
.WithRegistrationBehavior(Rules.RegistrationBehavior.PreserveDuplications));

configure?.Invoke(container);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Stashbox" Version="5.15.0" />
<PackageReference Include="Stashbox" Version="5.16.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9c831d5

Please sign in to comment.