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

6 years ago
1234567891011121314151617181920212223242526272829
  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. <LangVersion>7.2</LangVersion>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  14. <DefineConstants>RELEASE;NETSTANDARD2_0</DefineConstants>
  15. </PropertyGroup>
  16. <ItemGroup>
  17. <PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="2.1.0" />
  18. <PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.1.0" />
  19. <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="2.1.0" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ProjectReference Include="..\MQTTnet\MQTTnet.csproj" />
  23. </ItemGroup>
  24. </Project>