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.

MQTTnet.AspnetCore.csproj 893 B

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