зеркало из https://github.com/microsoft/testfx.git
12 строки
242 B
Plaintext
12 строки
242 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project>
|
||
|
|
||
|
<Import Project="..\Directory.Build.targets" />
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Remove="xunit" />
|
||
|
<PackageReference Remove="xunit.runner.visualstudio" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|