lixiaojun
2024-11-19 a5b6334ae09f2be1a5c073169458b55df68b0b2e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.DataDocking.Mqtt.Core" Version="3.0.1" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\IStation.DataDockingMqtt.SIEMENS_SZJT_ZY\IStation.DataDockingMqtt.SIEMENS_SZJT_ZY.csproj" />
  </ItemGroup>
 
</Project>