1 <Project Sdk="Microsoft.NET.Sdk">
4 <OutputType>Exe</OutputType>
5 <TargetFramework>netcoreapp3.0</TargetFramework>
9 <Reference Include="xunit.core">
10 <HintPath>#XUNIT_LOCATION#/xunit.core.dll</HintPath>
13 <Reference Include="xunit.assert">
14 <HintPath>#XUNIT_LOCATION#/xunit.assert.dll</HintPath>
17 <Reference Include="CoreFx.Private.TestUtilities">
18 <HintPath>#XUNIT_LOCATION#/CoreFx.Private.TestUtilities.dll</HintPath>
21 <Reference Include="System.Runtime.CompilerServices.Unsafe">
22 <HintPath>#XUNIT_LOCATION#/System.Runtime.CompilerServices.Unsafe.dll</HintPath>
25 <Reference Include="Microsoft.DotNet.XUnitExtensions">
26 <HintPath>#XUNIT_LOCATION#/Microsoft.DotNet.XUnitExtensions.dll</HintPath>
31 <Reference Include="#TEST_ASSEMBLY#">
32 <HintPath>#TEST_ASSEMBLY_LOCATION#</HintPath>