分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-05-11 14f174a37b0368167610119ee1b8ce7b610b5a9d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\WIDESEA_Comm\WIDESEA_Comm.csproj" />
    <ProjectReference Include="..\WIDESEA_Core\WIDESEA_Core.csproj" />
    <ProjectReference Include="..\WIDESEA_Entity\WIDESEA_Entity.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="HslCommunication" Version="11.3.3" />
    <PackageReference Include="Quartz" Version="3.6.3" />
  </ItemGroup>
 
</Project>