StableVersion4.3/HL_FristAidPlatform_Bussiness/HL_FristAidPlatform_Bussine...

23 lines
760 B
XML
Raw 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="NPinyin.Core" Version="3.0.0" />
<PackageReference Include="Wubi4net-Portable" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HL_FristAidPlatform_DataBase\HL_FristAidPlatform_DataBase.csproj" />
<ProjectReference Include="..\HL_FristAidPlatform_IService\HL_FristAidPlatform_IDataBase.csproj" />
<ProjectReference Include="..\HL_FristAidPlatform_Models\HL_FristAidPlatform_Models.csproj" />
</ItemGroup>
</Project>