Skip to content

Commit 7f98fd1

Browse files
dahlbykdustinsoftware
authored andcommitted
Bump to v3; depend on MEDI v6
1 parent 2457240 commit 7f98fd1

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.2.0</VersionPrefix>
3+
<VersionPrefix>3.0.0</VersionPrefix>
44
<Authors>dustinsoftware</Authors>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<NoWarn>$(NoWarn);CS1591</NoWarn>

src/StructureMap.Microsoft.DependencyInjection/StructureMap.Microsoft.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
<ItemGroup>
88
<PackageReference Include="StructureMap" Version="4.5.0" />
9-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.0.0" />
9+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
1010
</ItemGroup>
1111
</Project>

test/StructureMap.Microsoft.DependencyInjection.Tests/StructureMap.Microsoft.DependencyInjection.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" />
18-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Specification.Tests" Version="2.0.0" />
17+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
18+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Specification.Tests" Version="6.0.0" />
1919
</ItemGroup>
2020
</Project>

test/StructureMap.Microsoft.DependencyInjection.Tests/StructureMapContainerTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ namespace StructureMap.Microsoft.DependencyInjection.Tests
1212
{
1313
public class StructureMapContainerTests : DependencyInjectionSpecificationTests
1414
{
15+
public override bool SupportsIServiceProviderIsService => false;
16+
1517
// The following tests don't pass with the SM adapter...
1618
private static readonly string[] SkippedTests =
1719
{

0 commit comments

Comments
 (0)