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.
 
 
 
 

18 lines
549 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.0.0" />
  7. <PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.0.0" />
  8. <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="2.0.0" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\MQTTnet.Netstandard\MQTTnet.NetStandard.csproj" />
  12. </ItemGroup>
  13. </Project>