We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5628c4 commit 20748c0Copy full SHA for 20748c0
README.md
@@ -22,10 +22,6 @@ Typical test project (excerpt):
22
<PackageReference Include="xunit.v3" Version="3.0.1" />
23
<PackageReference Include="Atc.Test" Version="$(LatestOrPinned)" />
24
</ItemGroup>
25
- <!-- Remove legacy AutoFixture.Xunit2 using if brought transitively -->
26
- <ItemGroup>
27
- <Using Remove="AutoFixture.Xunit2" />
28
- </ItemGroup>
29
</Project>
30
```
31
test/Directory.Build.props
@@ -16,7 +16,7 @@
16
17
<ItemGroup>
18
<Using Include="AutoFixture" />
19
- <Using Include="AutoFixture.Xunit2" />
+ <Using Include="AutoFixture.Xunit3" />
20
<Using Include="FluentAssertions" />
21
<Using Include="NSubstitute" />
<Using Include="Xunit" />
0 commit comments