summaryrefslogtreecommitdiff
path: root/tests/src/Common/PerfHarness/PerfHarness.csproj
blob: 39eff59c125e684e4ddd1a3b73be69d2e4040f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>exe</OutputType>
    <TargetFramework>netcoreapp2.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="xunit.performance.api" Version="1.0.0-beta-build0007" />
  </ItemGroup>

</Project>