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.

42 lines
1.5 KiB
XML

2 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2 years ago
<DocumentationFile>D:\Publish\GSLKClientApi\Data.xml</DocumentationFile>
2 years ago
</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="SqlSugarCore" Version="5.1.3.51" />
2 years ago
<PackageReference Include="UAParser" Version="3.1.47" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DS.Module.Core\DS.Module.Core.csproj" />
<ProjectReference Include="..\DS.Module.FastReport\DS.Module.FastReport.csproj" />
<ProjectReference Include="..\DS.Module.UserModule\DS.Module.UserModule.csproj" />
2 years ago
<ProjectReference Include="..\DS.Module.User\DS.Module.User.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Template\Dtos" />
<Folder Include="Template\Entity" />
<Folder Include="Template\Interface" />
<Folder Include="Template\Method" />
</ItemGroup>
</Project>