13 lines
345 B
XML
13 lines
345 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>$(NetCurrent)</TargetFramework>
|
||
|
<IsTestUtilityProject>true</IsTestUtilityProject>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="xunit.extensibility.core" />
|
||
|
<PackageReference Include="xunit.extensibility.execution" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|