2023-01-11 15:05:31 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-04-02 17:44:50 +08:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
2023-01-11 15:05:31 +08:00
|
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
2023-01-15 14:32:43 +08:00
|
|
|
|
<DocumentationFile>./ApplicationSwaggerDoc.xml</DocumentationFile>
|
2022-04-02 17:44:50 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2023-01-11 15:05:31 +08:00
|
|
|
|
<ItemGroup>
|
2023-01-12 14:58:16 +08:00
|
|
|
|
<ProjectReference Include="..\Yi.Framework.Application.Contracts\Yi.Framework.Application.Contracts.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Yi.Framework.Domain\Yi.Framework.Domain.csproj" />
|
2023-01-11 15:05:31 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2022-04-02 17:44:50 +08:00
|
|
|
|
</Project>
|