25 строки
1.1 KiB
XML
25 строки
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard1.0;net46</TargetFrameworks>
|
|
<Authors>Microsoft</Authors>
|
|
<Description>Allows easily switching out IoC containers without rewriting code. This package supports DryIoc.</Description>
|
|
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
|
<PackageLicenseUrl>https://github.com/Microsoft/AnyContainer/blob/master/LICENSE</PackageLicenseUrl>
|
|
<PackageProjectUrl>https://github.com/Microsoft/AnyContainer</PackageProjectUrl>
|
|
<PackageIconUrl>https://raw.githubusercontent.com/Microsoft/AnyContainer/master/AnyContainerIcon.png</PackageIconUrl>
|
|
<PackageTags>DI IoC Container Dependency-Injection DryIoc</PackageTags>
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
<Version>1.0.0</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DryIoc.dll" Version="3.0.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Microsoft.AnyContainer\Microsoft.AnyContainer.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|