步步为盈
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
843 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Dto\Response\AfterSaleOrder\**" />
<EmbeddedResource Remove="Dto\Response\AfterSaleOrder\**" />
<None Remove="Dto\Response\AfterSaleOrder\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Db\Order\AfterSaleOrder.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="10.1.1" />
<PackageReference Include="FreeSql" Version="2.6.100" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Db\JDXX\" />
<Folder Include="Dto\Request\PurchaseOrderV2\SinglePurchase\" />
</ItemGroup>
</Project>