XUnit.props 664 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup>
  4. <PackageReference Include="xunit" />
  5. <PackageReference Include="xunit.abstractions" />
  6. <PackageReference Include="xunit.assert" />
  7. <PackageReference Include="xunit.core" />
  8. <PackageReference Include="xunit.extensibility.core" />
  9. <PackageReference Include="xunit.extensibility.execution" />
  10. <PackageReference Include="xunit.runner.console" />
  11. <PackageReference Include="xunit.runner.visualstudio" />
  12. <PackageReference Include="Microsoft.NET.Test.Sdk" />
  13. </ItemGroup>
  14. </Project>