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.
 
 
 
 

22 lines
638 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="10.0.3" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\Frameworks\MQTTnet.Netstandard\MQTTnet.NetStandard.csproj" />
  15. </ItemGroup>
  16. </Project>