Skip to content

Commit

Permalink
one more place, where .NET Standard should be mentioned
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Apr 7, 2019
1 parent cff662c commit 587f4ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 587f4ba

Please sign in to comment.