lingling
2025-03-07 1b33c9c58b57bde6b60de30dfc8727132b92829d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>