39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="System\CommonLangRepository.cs" />
|
|
<Compile Remove="System\GenTableRepository.cs" />
|
|
<Compile Remove="System\SysConfigRepository.cs" />
|
|
<Compile Remove="System\SysDeptRepository.cs" />
|
|
<Compile Remove="System\SysDictDataRepository.cs" />
|
|
<Compile Remove="System\SysDictRepository.cs" />
|
|
<Compile Remove="System\SysLogininfoRepository.cs" />
|
|
<Compile Remove="System\SysNoticeRepository.cs" />
|
|
<Compile Remove="System\SysOperLogRepository.cs" />
|
|
<Compile Remove="System\SysPostRepository.cs" />
|
|
<Compile Remove="System\SysTasksQzRepository.cs" />
|
|
<Compile Remove="System\SysUserPostRepository.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
|
|
<ProjectReference Include="..\ZR.Model\ZR.Model.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
|
|
<PackageReference Include="MySql.Data" Version="8.0.29" />
|
|
<PackageReference Include="NETCore.Encrypt" Version="2.1.0" />
|
|
<PackageReference Include="SqlSugar.IOC" Version="1.8.0" />
|
|
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.2.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Business\" />
|
|
</ItemGroup>
|
|
</Project>
|