We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff662c commit 587f4baCopy full SHA for 587f4ba
1 file changed
README.md
@@ -120,7 +120,8 @@ Assert.That(CreateDocument(),
120
## Requirements
121
122
XMLUnit requires .NET 3.5 (it is known to work and actually is
123
-developed on Mono 4).
+developed on Mono 4) or .NET Standard 2.0 (tested with .NET Core 2.1
124
+and 2.2).
125
126
The `core` library provides all functionality needed to test XML
127
output and hasn't got any dependencies. It uses NUnit 3.x for its own
0 commit comments