StableVersion4.3/HL_FristAidPlatform_DataBase/HL_FristAidPlatform_DataBas...

22 lines
685 B
XML
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00
<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="SqlSugarCore" Version="5.0.3.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HL_FristAidPlatform_Help\HL_FristAidPlatform_Help.csproj" />
<ProjectReference Include="..\HL_FristAidPlatform_IService\HL_FristAidPlatform_IDataBase.csproj" />
<ProjectReference Include="..\HL_FristAidPlatform_Models\HL_FristAidPlatform_Models.csproj" />
</ItemGroup>
</Project>