From bdcc62e0d590613448dcad98547e961c3b869e07 Mon Sep 17 00:00:00 2001 From: "Arash A. Sabet" <26050123+Arash-Sabet@users.noreply.github.com> Date: Sat, 18 Feb 2023 10:34:31 -0500 Subject: [PATCH] Updated the README.md file #156 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 247093c..7cb96fe 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,6 @@ # Xunit Dependency Injection framework -*(The source code of the .NET 7.0 version of this library is retained in [the fork of this repo](https://github.com/Umplify/xunit-dependency-injection-NET7) while the .NET 6.0 version of this library is maintained and supported in this repo.)* - ---- - Xunit does not support any built-in dependency injection features, therefore developers have to come up with a solution to recruit their favourite dependency injection framework in their tests. This library brings in Microsoft's dependency injection container to Xunit by leveraging Xunit's fixture.