Skip to content

Commit 15f059d

Browse files
committed
Clarify xUnit package version guidance in README
Updated the README to specify that Xunit.Microsoft.DependencyInjection up to 9.0.5 is for xUnit, and from 9.1.0 is for xUnit.v3. Improved formatting and wording for clarity.
1 parent ee89756 commit 15f059d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This library brings in Microsoft's dependency injection container to Xunit by le
1010

1111
## Important: xUnit versions
1212

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
13+
* For **xUnit** packages use Xunit.Microsoft.DependencyInjection versions **up to** 9.0.5
14+
* For **xUnit.v3** packages use Xunit.Microsoft.DependencyInjection versions **from** 9.1.0
1515

16-
Also check the [migration guide](https://xunit.net/docs/getting-started/v3/migration) from xUnit for test authors.
16+
Also please check the [migration guide](https://xunit.net/docs/getting-started/v3/migration) from xUnit for test authors.
1717

1818
## Getting started
1919

0 commit comments

Comments
 (0)