You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
XML
41 lines
1.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<DocumentationFile>D:\Publish\GSLKServiceApi\Data.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DocumentationFile>..\DS.WMS.WebApi\bin\Debug\net6.0\Data.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentValidation" Version="11.2.2" />
|
|
<PackageReference Include="FluentValidation.AspNetCore" Version="11.2.2" />
|
|
<PackageReference Include="Mapster" Version="7.3.0" />
|
|
<PackageReference Include="MiniExcel" Version="1.29.0" />
|
|
<PackageReference Include="NLog" Version="5.0.1" />
|
|
<PackageReference Include="SqlSugarCore" Version="5.1.3.51" />
|
|
<PackageReference Include="UAParser" Version="3.1.47" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DS.Module.CaiNiaoApi\DS.Module.CaiNiaoApi.csproj" />
|
|
<ProjectReference Include="..\DS.Module.Core\DS.Module.Core.csproj" />
|
|
<ProjectReference Include="..\DS.Module.FastReport\DS.Module.FastReport.csproj" />
|
|
<ProjectReference Include="..\DS.Module.HkOpenApi\DS.Module.HkOpenApi.csproj" />
|
|
<ProjectReference Include="..\DS.Module.SMS\DS.Module.SMS.csproj" />
|
|
<ProjectReference Include="..\DS.Module.UserModule\DS.Module.UserModule.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Template\Dtos" />
|
|
<Folder Include="Template\Entity" />
|
|
<Folder Include="Template\Interface" />
|
|
<Folder Include="Template\Method" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|