Skip to content

Commit 20748c0

Browse files
committed
build(test): switch to AutoFixture.Xunit3 in test Directory.build.props
1 parent c5628c4 commit 20748c0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ Typical test project (excerpt):
2222
<PackageReference Include="xunit.v3" Version="3.0.1" />
2323
<PackageReference Include="Atc.Test" Version="$(LatestOrPinned)" />
2424
</ItemGroup>
25-
<!-- Remove legacy AutoFixture.Xunit2 using if brought transitively -->
26-
<ItemGroup>
27-
<Using Remove="AutoFixture.Xunit2" />
28-
</ItemGroup>
2925
</Project>
3026
```
3127

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<Using Include="AutoFixture" />
19-
<Using Include="AutoFixture.Xunit2" />
19+
<Using Include="AutoFixture.Xunit3" />
2020
<Using Include="FluentAssertions" />
2121
<Using Include="NSubstitute" />
2222
<Using Include="Xunit" />

0 commit comments

Comments
 (0)