summaryrefslogtreecommitdiff
path: root/tests/src/Common/PerfHarness/PerfHarness.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Common/PerfHarness/PerfHarness.csproj')
-rw-r--r--tests/src/Common/PerfHarness/PerfHarness.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/src/Common/PerfHarness/PerfHarness.csproj b/tests/src/Common/PerfHarness/PerfHarness.csproj
new file mode 100644
index 0000000000..39eff59c12
--- /dev/null
+++ b/tests/src/Common/PerfHarness/PerfHarness.csproj
@@ -0,0 +1,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> \ No newline at end of file