Package dependencies - adamralph/xbehave.net GitHub Wiki

The package dependencies are as follows:

Xbehave
    │
    ├ Xbehave.Core
    │     └ xunit.core
    │
    └ xunit
          ├ xunit.analyzers
          ├ xunit.assert
          ├ xunit.core
          └ ...

If you want to use xBehave.net together with everything xUnit.net has to offer (including assertion, analyzers, etc.), install the Xbehave package.

If you want to choose your own assertion package, or your own analyzer, etc., install the Xbehave.Core package.