HuanMengAdmin/admin-server/MiaoYu.Repository.Admin/MiaoYu.Repository.Admin.csproj
2024-08-17 01:40:03 +08:00

20 lines
676 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<Import Project="..\projects\project.targets" />
<ItemGroup>
<ProjectReference Include="..\MiaoYu.Core.Logs\MiaoYu.Core.Logs.csproj" />
<ProjectReference Include="..\MiaoYu.Core.Quartz\MiaoYu.Core.Quartz.csproj" />
<ProjectReference Include="..\MiaoYu.Core.EntityFramework\MiaoYu.Core.EntityFramework.csproj" />
<ProjectReference Include="..\MiaoYu.Core\MiaoYu.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Entities\Apps\" />
</ItemGroup>
</Project>