Skip to content

Commit

Permalink
Update DI external tests for Stashbox (#61928)
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein authored Nov 30, 2021
1 parent bb597e2 commit 9f4486e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="LightInject.Microsoft.DependencyInjection" Version="3.3.1" />
<PackageReference Include="StructureMap.Microsoft.DependencyInjection" Version="2.0.0" />
<PackageReference Include="Grace.DependencyInjection.Extensions" Version="7.0.1" />
<PackageReference Include="Stashbox.Extensions.Dependencyinjection" Version="2.9.3" />
<PackageReference Include="Stashbox.Extensions.Dependencyinjection" Version="3.1.1" />
<PackageReference Include="Unity.Microsoft.DependencyInjection" Version="2.1.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ namespace Microsoft.Extensions.DependencyInjection.Specification
{
public class StashBoxDependencyInjectionSpecificationTests : DependencyInjectionSpecificationTests
{
public override bool SupportsIServiceProviderIsService => false;

protected override IServiceProvider CreateServiceProvider(IServiceCollection serviceCollection)
{
return serviceCollection.UseStashbox();
Expand Down

0 comments on commit 9f4486e

Please sign in to comment.