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.
 
 
 
 

24 lines
600 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. <ItemGroup>
  8. <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\..\Frameworks\MQTTnet.Netstandard\MQTTnet.NetStandard.csproj" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <PackageReference Include="Microsoft.Extensions.Logging.Console">
  15. <Version>1.1.2</Version>
  16. </PackageReference>
  17. </ItemGroup>
  18. </Project>