<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<OutputType>Library</OutputType>
|
<TargetFramework>net6.0</TargetFramework>
|
<CodeAnalysisRuleSet>..\Bole.ruleset</CodeAnalysisRuleSet>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
<DocumentationFile>..\LifePayment.Host\LifePaymentServices.Application.Contracts.xml</DocumentationFile>
|
<RootNamespace>LifePayment.Application.Contracts</RootNamespace>
|
<AssemblyName></AssemblyName>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\LifePayment.Domain.Shared\LifePayment.Domain.Shared.csproj" />
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
|
<PrivateAssets>all</PrivateAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
</PackageReference>
|
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="2.2.112" />
|
</ItemGroup>
|
|
</Project>
|