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
552 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <DebugType>Full</DebugType>
  5. <TargetFramework>netcoreapp2.0</TargetFramework>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
  9. <PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
  10. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\Source\MQTTnet\MQTTnet.csproj" />
  14. </ItemGroup>
  15. </Project>