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.
 
 
 
 

19 lines
533 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <DebugType>Full</DebugType>
  5. <TargetFramework>net461</TargetFramework>
  6. <LangVersion>7.2</LangVersion>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="BenchmarkDotNet" Version="0.10.14" />
  10. <PackageReference Include="System.IO.Pipelines" Version="4.5.0" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\Frameworks\MQTTnet.NetStandard\MQTTnet.NetStandard.csproj" />
  14. </ItemGroup>
  15. </Project>