qwj
2023-08-09 ba230615ede7ae34b90ff1c22399daa28f184b50
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
 
 
    <PropertyGroup>
        <TargetFramework>net6.0</TargetFramework>
        <NoWarn>1701;1702;1591</NoWarn>
        <DocumentationFile>DocumentServiceAPI.Web.Core.xml</DocumentationFile>
    </PropertyGroup>
 
 
 
    <ItemGroup>
        <None Remove="DocumentServiceAPI.Web.Core.xml" />
    </ItemGroup>
 
    <ItemGroup>
        <ProjectReference Include="..\DocumentServiceAPI.Application\DocumentServiceAPI.Application.csproj" />
        <ProjectReference Include="..\DocumentServiceAPI.Model\DocumentServiceAPI.Model.csproj" />
    </ItemGroup>
 
</Project>