XunitContext icon indicating copy to clipboard operation
XunitContext copied to clipboard

Re-add support for netstandard2.0

Open nielsNocore opened this issue 1 year ago • 1 comments

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 avatar Jul 03 '24 14:07 nielsNocore

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

nielsNocore avatar Jul 03 '24 15:07 nielsNocore

given there is no value having a test project target netstandard, i am closing this

SimonCropp avatar Jan 24 '25 02:01 SimonCropp