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.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <DebugType>Full</DebugType>
- <TargetFramework>netcoreapp2.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
- <PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\..\Frameworks\MQTTnet.NetStandard\MQTTnet.NetStandard.csproj" />
- </ItemGroup>
-
- </Project>
|