summaryrefslogtreecommitdiff
path: root/tests/src/Common/PerfHarness/PerfHarness.csproj
blob: a15e8022aea2f3e65add57c0410c5d18439483be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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-build0006</Version>
    </PackageReference>
  </ItemGroup>

</Project>