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>
- <TargetFrameworks>netcoreapp2.1;net472;</TargetFrameworks>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BenchmarkDotNet" Version="0.11.1" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\JT809.Protocol\JT809.Protocol.csproj" />
- </ItemGroup>
-
- </Project>
|