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.Core.Tests.csproj 580 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <DebugType>Full</DebugType>
  5. <TargetFramework>netcoreapp2.0</TargetFramework>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="MSTest.TestAdapter" Version="1.2.0" />
  9. <PackageReference Include="MSTest.TestFramework" Version="1.2.0" />
  10. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\Frameworks\MQTTnet.Netstandard\MQTTnet.NetStandard.csproj" />
  14. </ItemGroup>
  15. </Project>