终端一体化运控平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Test.csproj 466 B

il y a 1 an
il y a 4 mois
il y a 1 an
12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="BPA.Communication" Version="1.0.178" />
  10. <PackageReference Include="BPA.PahoMQ" Version="1.0.6" />
  11. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  12. </ItemGroup>
  13. </Project>