终端一体化运控平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

17 行
473 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="BPA.Communication" Version="1.0.177" />
  10. <PackageReference Include="BPA.PahoMQ" Version="1.0.8" />
  11. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  12. </ItemGroup>
  13. </Project>