forked from SharpRepository/SharpRepository
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpRepository.Ioc.StructureMap.csproj
More file actions
25 lines (25 loc) · 1.81 KB
/
SharpRepository.Ioc.StructureMap.csproj
File metadata and controls
25 lines (25 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>netstandard1.3;net451</TargetFrameworks>
<Authors>Ben Griswold, Jeff Treuting</Authors>
<Description>Configures Structurmap to resolve IRepository as the right configured implementation of SharpRepository</Description>
<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>
<PackageId>SharpRepository.Ioc.StructureMap</PackageId>
<PackageVersion>2.0.3</PackageVersion>
<PackageReleaseNotes>2.0.3: stable release</PackageReleaseNotes>
<PackageTags>SharpRepository Repository IoC StructureMap 4.5</PackageTags>
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>2.0.3</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StructureMap" Version="4.5.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpRepository.Repository\SharpRepository.Repository.csproj" />
</ItemGroup>
</Project>