feat(directory): 📦 install xunit.runner.visualstudio to tests proj

This commit is contained in:
Collin M. Barrett 2020-09-05 15:24:25 -05:00
parent 05654deee4
commit 37dc69284b

View file

@ -33,6 +33,10 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>