machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

Supported .NET versions for 2.0 API #386

Closed robertcoltheart closed 4 years ago

robertcoltheart commented 5 years ago

xUnit is proposing targeting netstandard2.0 as a baseline for the 3.0 release. I propose that we do the same for our 2.0 release.

The reason for this is many of the versions we currently support are either already EOL (end of life), or are tied to versions of Windows that will end support soon. This includes net452, an OS component of Windows 7, which is hitting end of support in Jan 2020.

This means that we would target:

Sources: