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.

17 lines
386 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFrameworks>netcoreapp2.1;net472;</TargetFrameworks>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="BenchmarkDotNet" Version="0.11.1" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\JT809.Protocol\JT809.Protocol.csproj" />
  11. </ItemGroup>
  12. </Project>