File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ one you want to create.
55
66This package provides Constraints on top of the XMLUnit.NET core
77library to be used with NUnit 2.x. If you are using a different
8- version of NUUnit , please use the package for your version.
8+ version of NUnit , please use the package matching your version.
99
1010* [ XMLUnit.Core - Core Library ![ nuget] ( https://img.shields.io/nuget/v/XMLUnit.Core.svg )] ( https://www.nuget.org/packages/XMLUnit.Core/ )
1111* [ XMLUnit.NUnit3.Constraints - Constraints for NUnit 3.x ![ nuget] ( https://img.shields.io/nuget/v/XMLUnit.NUnit3.Constraints.svg )] ( https://www.nuget.org/packages/XMLUnit.NUnit3.Constraints/ )
@@ -15,10 +15,11 @@ version of NUUnit, please use the package for your version.
1515
1616## Requirements
1717
18- XMLUnit requires .NET Standard 2.0 (tested with .NET 8 rigt now) and
19- should still support .NET Framework 3.5 and Mono.
18+ Generally, XMLUnit requires .NET Standard 2.0 (tested with .NET 8 rigt
19+ now) and should still support .NET Framework 3.5 and Mono.
2020
21- This Constraints package requires NUnit 2.x and XMLUnit.Core.
21+ This Constraints package requires .NET Framework, NUnit 2.x and
22+ XMLUnit.Core.
2223
2324## Usage
2425
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ one you want to create.
55
66This package provides Constraints on top of the XMLUnit.NET core
77library to be used with NUnit 3.x. If you are using a different
8- version of NUUnit , please use the package for your version.
8+ version of NUnit , please use the package matching your version.
99
1010* [ XMLUnit.Core - Core Library ![ nuget] ( https://img.shields.io/nuget/v/XMLUnit.Core.svg )] ( https://www.nuget.org/packages/XMLUnit.Core/ )
1111* [ XMLUnit.NUnit2.Constraints - Constraints for NUnit 2.x ![ nuget] ( https://img.shields.io/nuget/v/XMLUnit.NUnit2.Constraints.svg )] ( https://www.nuget.org/packages/XMLUnit.NUnit2.Constraints/ )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ one you want to create.
55
66This package provides Constraints on top of the XMLUnit.NET core
77library to be used with NUnit 4.x. If you are using a different
8- version of NUUnit , please use the package for your version.
8+ version of NUnit , please use the package matching your version.
99
1010* [ XMLUnit.Core - Core Library ![ nuget] ( https://img.shields.io/nuget/v/XMLUnit.Core.svg )] ( https://www.nuget.org/packages/XMLUnit.Core/ )
1111* [ XMLUnit.NUnit2.Constraints - Constraints for NUnit 2.x ![ nuget] ( https://img.shields.io/nuget/v/XMLUnit.NUnit2.Constraints.svg )] ( https://www.nuget.org/packages/XMLUnit.NUnit2.Constraints/ )
@@ -15,10 +15,12 @@ version of NUUnit, please use the package for your version.
1515
1616## Requirements
1717
18- XMLUnit requires .NET Standard 2.0 (tested with .NET 8 rigt now) and
19- should still support .NET Framework 3.5 and Mono.
18+ Generally, XMLUnit requires .NET Standard 2.0 (tested with .NET 8 rigt
19+ now) and should still support .NET Framework 3.5 and Mono.
2020
21- This Constraints package requires NUnit 4.x and XMLUnit.Core.
21+ This Constraints package requires at least .NET 6 or .NET Framework
22+ 4.6.2 (the same frameworks supported by NUnit 4.x), NUnit 4.x and
23+ XMLUnit.Core.
2224
2325## Usage
2426
You can’t perform that action at this time.
0 commit comments