Skip to content

Commit 9487777

Browse files
committed
#256 update ioc Microsoft.Extensions.DependencyInjection from 3 to all 5.x verisons
1 parent cb639af commit 9487777

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

SharpRepository.Ioc.Microsoft.DependencyInjection/SharpRepository.Ioc.Microsoft.DependencyInjection.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>Injects SharpRepository using StructureMap in your .NET Core apps or even using Microsoft.DependencyInjection library.</Description>
66
<Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary>
77
<PackageId>SharpRepository.Ioc.Microsoft.DependencyInjection</PackageId>
8-
<PackageVersion>2.1.1</PackageVersion>
8+
<PackageVersion>2.1.2</PackageVersion>
99
<PackageReleaseNotes>2.1.0: avoids installation for ASP.MVC Core 3</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository IoC .NET Core Standard ServiceProvider Microsoft.DependencyInjection SharpRepository</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
@@ -14,14 +14,14 @@
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
17-
<Version>2.10</Version>
17+
<Version>2.1.2</Version>
1818
<Company>Omar Piani, Ben Griswold, Jeff Treuting</Company>
1919
</PropertyGroup>
2020
<ItemGroup>
2121
<PackageReference Include="StructureMap.Microsoft.DependencyInjection" Version="1.4.0" />
2222
</ItemGroup>
2323
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
24-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[2.1,3.0.0)" />
24+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[2.1,6.0.0)" />
2525
</ItemGroup>
2626
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
2727
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1" />

SharpRepository.Samples.net5Mvc/SharpRepository.Samples.net5Mvc.csproj

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

77
<ItemGroup>
88
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.0.0" />
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.3" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.8" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)