Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Communication" Version="1.0.178" />
- <PackageReference Include="BPA.PahoMQ" Version="1.0.6" />
- <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
- </ItemGroup>
-
- </Project>
|