Skip to content

Commit ee89756

Browse files
authored
Add versioning hints to the readme
1 parent 7ad964c commit ee89756

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Xunit does not support any built-in dependency injection features, therefore dev
88

99
This library brings in Microsoft's dependency injection container to Xunit by leveraging Xunit's fixture.
1010

11+
## Important: xUnit versions
12+
13+
For xUnit packages use Xunit.Microsoft.DependencyInjection up to 9.x.x
14+
For xUnit.v3 packages use Xunit.Microsoft.DependencyInjection from 10.x.x
15+
16+
Also check the [migration guide](https://xunit.net/docs/getting-started/v3/migration) from xUnit for test authors.
17+
1118
## Getting started
1219

1320
### Nuget package

0 commit comments

Comments
 (0)