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.
 
 
 
 

20 lines
543 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. <IsPackable>false</IsPackable>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
  8. <PackageReference Include="MSTest.TestAdapter" Version="1.2.1" />
  9. <PackageReference Include="MSTest.TestFramework" Version="1.2.1" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\..\Source\MQTTnet.AspnetCore\MQTTnet.AspNetCore.csproj" />
  13. </ItemGroup>
  14. </Project>