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.
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