终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

阿里云IOT平台测试.csproj 473 B

1 vuosi sitten
4 kuukautta sitten
1 vuosi sitten
12345678910111213141516
  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.178" />
  10. <PackageReference Include="BPA.PahoMQ" Version="1.0.8" />
  11. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  12. </ItemGroup>
  13. </Project>