From 587f4ba9808227b356390b5f6df5772487357684 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 7 Apr 2019 12:45:28 +0200 Subject: [PATCH] one more place, where .NET Standard should be mentioned --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c4a5ab..2efdfa3 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,8 @@ Assert.That(CreateDocument(), ## Requirements XMLUnit requires .NET 3.5 (it is known to work and actually is -developed on Mono 4). +developed on Mono 4) or .NET Standard 2.0 (tested with .NET Core 2.1 +and 2.2). The `core` library provides all functionality needed to test XML output and hasn't got any dependencies. It uses NUnit 3.x for its own