SimonCropp / XunitContext

Extends xUnit to expose extra context and simplify logging
MIT License
161 stars 16 forks source link

Re-add support for netstandard2.0 #504

Open nielsNocore opened 3 months ago

nielsNocore commented 3 months ago

Is the feature request related to a problem

Yes, we have a internal used unit test packages running using netstandard2.0 and since the last version of XunitContex (3.3.2) netstandard2.0 is no longer supported. We use netstandard2.0 as some projct still run on .Net framework 4.8.

Describe the solution

Return netstandard20 as a supported framework.

Describe alternatives considered

Support netstandard2.1 wil be an accepted alternative.

Additional context

n/a

nielsNocore commented 3 months ago

added a PR https://github.com/SimonCropp/XunitContext/pull/505 to support netstandard2.1