Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,4 @@
<PackageReference Include="System.Reflection.Emit" Version="$(SystemReflectionEmitPackageVersion)" />
</ItemGroup>

<!--
When IsUnitTestProject is set by Arcade, these ProjectReferences are implicitly included. Many of our
tests don't require xUnit. So a non-unit test that does require xUnit has to set the IsXUnitProject property
to true.
-->
<ItemGroup Condition="'$(IsUnitTestProject)'!='true' and '$(IsXUnitProject)'=='true'">
<PackageReference Include="xunit.v3" Version="$(XUnitV3Version)" />
</ItemGroup>
</Project>