|
1 | | -[](https://dev.azure.com/umplify/Grain/_build/latest?definitionId=17&branchName=refs%2Ftags%2F1.0.66) |
| 1 | +[](https://dev.azure.com/umplify/Grain/_build/latest?definitionId=17&branchName=refs%2Ftags%2F6.0.0) |
2 | 2 |  |
3 | 3 |
|
4 | 4 | # Xunit Dependency Injection |
@@ -59,14 +59,12 @@ Decorate your Xunit test class with the following attribute and associate ```Tes |
59 | 59 | Please [follow this link](https://github.com/Umplify/xunit-dependency-injection/tree/main/examples/Xunit.Microsoft.DependencyInjection.ExampleTests) to view a couple of examples on utilizing this library. |
60 | 60 |
|
61 | 61 | ### One more thing |
62 | | -Do not forget to include the following nuget packages in your Xunit project: |
63 | | - |
64 | | -```xml |
65 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.10" /> |
66 | | - <PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.10" /> |
67 | | - <PackageReference Include="Microsoft.Extensions.Options" Version="3.1.10" /> |
68 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.10" /> |
69 | | - <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="3.1.10" /> |
70 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.10" /> |
71 | | - <PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.10" /> |
72 | | -``` |
| 62 | +Do not forget to include the following nuget packages to your Xunit project: |
| 63 | + |
| 64 | +* Microsoft.Extensions.DependencyInjection |
| 65 | +* Microsoft.Extensions.Configuration |
| 66 | +* Microsoft.Extensions.Options |
| 67 | +* Microsoft.Extensions.Configuration.Binder |
| 68 | +* Microsoft.Extensions.Configuration.FileExtensions |
| 69 | +* Microsoft.Extensions.Configuration.Json |
| 70 | +* Microsoft.Extensions.Logging |
0 commit comments