Files
Yi.Admin/Yi.Framework/Yi.Framework.ApiMicroservice/Yi.Framework.ApiMicroservice.csproj

27 lines
1.0 KiB
XML
Raw Normal View History

2021-10-10 16:43:49 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
2021-10-12 16:52:28 +08:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>D:\CC.Yi\CC.Yi\Yi.Framework\Yi.Framework.ApiMicroservice\Yi.Framework.ApiMicroservice.xml</DocumentationFile>
<NoWarn>1701;1702;CS1591</NoWarn>
</PropertyGroup>
2021-10-10 16:43:49 +08:00
<ItemGroup>
2021-10-10 19:10:40 +08:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2021-10-10 16:43:49 +08:00
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
</ItemGroup>
2021-10-10 17:52:23 +08:00
<ItemGroup>
2021-10-11 21:50:50 +08:00
<ProjectReference Include="..\Yi.Framework.Interface\Yi.Framework.Interface.csproj" />
2021-10-10 17:52:23 +08:00
<ProjectReference Include="..\Yi.Framework.Model\Yi.Framework.Model.csproj" />
2021-10-11 21:50:50 +08:00
<ProjectReference Include="..\Yi.Framework.Service\Yi.Framework.Service.csproj" />
2021-10-10 17:52:23 +08:00
</ItemGroup>
2021-10-10 16:43:49 +08:00
</Project>