refactor: ♻️ 业务代码项目文件名与框架代码项目文件名区分 (#196)

Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
2024-11-12 18:34:14 +08:00
committed by GitHub
parent d1503a859b
commit e6ce5afd99
548 changed files with 77 additions and 27653 deletions

View File

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(SolutionDir)/build/code.quality.props"/>
<ItemGroup>
<ProjectReference Include="../YourSolution.AdmServer.Domain/YourSolution.AdmServer.Domain.csproj"/>
<ProjectReference Include="../NetAdmin/NetAdmin.SysComponent.Application/NetAdmin.SysComponent.Application.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="MailKit" Version="4.8.0"/>
</ItemGroup>
</Project>