StableVersion4.3/HL_FristAidPlatform_IService/HL_FristAidPlatform_IDataBa...

23 lines
768 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<NoWarn>$(NoWarn);NU1605</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="sqlSugarCore" Version="5.0.3.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HL_FristAidPlatform_Help\HL_FristAidPlatform_Help.csproj" />
<ProjectReference Include="..\HL_FristAidPlatform_Models\HL_FristAidPlatform_Models.csproj" />
<ProjectReference Include="..\HL_FristAidPlatform_Token\HL_FristAidPlatform_Token.csproj" />
</ItemGroup>
</Project>