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.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <DebugType>Full</DebugType>
- <TargetFramework>net461</TargetFramework>
- <LangVersion>7.2</LangVersion>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BenchmarkDotNet" Version="0.10.14" />
- <PackageReference Include="System.IO.Pipelines" Version="4.5.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\..\Frameworks\MQTTnet.NetStandard\MQTTnet.NetStandard.csproj" />
- </ItemGroup>
-
- </Project>
|