Skip to content

Commit

Permalink
Change reference from xunit to xunit.extensibility.execution (to fix …
Browse files Browse the repository at this point in the history
…problem with package not being built)
  • Loading branch information
Shayne van Asperen committed Sep 18, 2020
1 parent ad706a7 commit f0ba5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestStack.BDDfy.Xunit/TestStack.BDDfy.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.3.0" PrivateAssets="All" />
<PackageReference Include="TestStack.BDDfy" Version="4.3.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" />
</ItemGroup>

</Project>

0 comments on commit f0ba5f3

Please sign in to comment.