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.
 
 
 
 

27 lines
797 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Product />
  5. <Company />
  6. <Authors />
  7. <PackageId />
  8. <LangVersion>7.2</LangVersion>
  9. </PropertyGroup>
  10. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  11. <DefineConstants>RELEASE;NETSTANDARD2_0</DefineConstants>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="2.1.0" />
  15. <PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.0.1" />
  16. <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="2.0.1" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <ProjectReference Include="..\MQTTnet\MQTTnet.csproj" />
  20. </ItemGroup>
  21. </Project>