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.
 
 
 
 

23 lines
734 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <DebugType>Full</DebugType>
  5. <TargetFrameworks>netcoreapp2.0;net452;net461</TargetFrameworks>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp2.0|AnyCPU'">
  8. <DefineConstants>RELEASE;NETCOREAPP2_0</DefineConstants>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\Source\MQTTnet.Extensions.ManagedClient\MQTTnet.Extensions.ManagedClient.csproj" />
  15. <ProjectReference Include="..\..\Source\MQTTnet\MQTTnet.csproj" />
  16. </ItemGroup>
  17. </Project>