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

22 lines
782 B
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>
<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>