Skip to content

Commit 02b0a77

Browse files
vhatsuraglucaci
andauthored
chore: use xunit.v3.extensibility.core instead of xunit.v3.core (#226)
Co-authored-by: Gabriel Lucaci <gabriel.lucaci.dev@gmail.com>
1 parent 8c104c3 commit 02b0a77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Snapshooter.Xunit3/Snapshooter.Xunit3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="xunit.v3.core" Version="1.0.1" />
17-
<PackageReference Include="xunit.v3.assert" Version="1.0.1" />
16+
<PackageReference Include="xunit.v3.extensibility.core" Version="3.2.0" />
17+
<PackageReference Include="xunit.v3.assert" Version="3.2.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)