Skip to content
This repository was archived by the owner on Apr 8, 2023. It is now read-only.

Commit 35653e6

Browse files
committed
Updated the readme file to reflect .NET 7.0 support Umplify#125
1 parent 8f595dd commit 35653e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
[![Xunit.Microsoft.DependencyInjection on fuget.org](https://www.fuget.org/packages/Xunit.Microsoft.DependencyInjection/badge.svg)](https://www.fuget.org/packages/Xunit.Microsoft.DependencyInjection)
55

66
# Xunit Dependency Injection framework
7+
8+
*(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.)*
9+
10+
---
11+
712
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.
813

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

0 commit comments

Comments
 (0)