This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Description
Hi,
Wanted to ask about something I'm a little confused about. I see that nunit.xamarin.csproj states that it targets netstandard2.0, but the nuget package currently up does not have a netstandard dll, but dlls for uap/android/ios. Also noticed that the method TerminateWithSuccess() uses conditional compilation to have a different implementation for each TFM, but wouldn't work if compiled for .NET Standard. Is it the case that this is supposed to be targeted to these different frameworks and is normally built this way, but this just isn't reflected in the project file?
Thanks so much