| Constant | Feature | .NET Framework | .NET Core | .NET Standard |
|---|---|---|---|---|
NO_UNSAFE |
unsafe |
- | - | - |
NO_SERIALIZABLE |
[Serializable] |
1.1 | 2.0 | 2.0 |
NO_MATHF |
System.MathF | - | 2.0 | 2.1 |
NO_VECTOR |
Vector<T> struct (NuGet) | 4.5 (NuGet) | 2.0 (NuGet) 3.0 |
1.0 (NuGet) 2.1 |
NO_SPAN |
Span<T> struct (NuGet) | 4.5 (NuGet) | 2.1 | 1.1 (NuGet) 2.1 |
NO_X86_INSTRINSICS |
System.Runtime.Intrinsics.X86 | - | 3.0 | - |
| System.Windows.Media.Imaging | 3.0 | 3.0 | - | |
| System.Drawing.Bitmap (NuGet) | 1.1 | 2.1 | 2.0 (NuGet) |
| Target Framework | .NET Standard | NO_SERIALIZABLE |
NO_MATHF |
NO_VECTOR |
NO_SPAN |
NO_X86_INSTRINSICS |
Comment |
|---|---|---|---|---|---|---|---|
| net4 | Not Supported | ||||||
| net45 | 1.1 | - | 〇 | NuGet | NuGet | 〇 | |
| net461 | 2.0 | - | 〇 | NuGet | NuGet | 〇 | |
| netcoreapp1.0 | 1.6 | 〇 | 〇 | NuGet | NuGet | 〇 | |
| netcoreapp2.0 | 2.0 | - | - | NuGet | NuGet | 〇 | |
| netcoreapp2.1 | - | - | - | - | 〇 | ||
| netcoreapp3.0 | - | - | - | - | - | ||
| netstandard1.0 | - | 〇 | 〇 | NuGet | 〇 | 〇 | |
| netstandard1.1 | - | 〇 | 〇 | NuGet | NuGet | 〇 | |
| netstandard2.1 | - | - | - | - | - | 〇 |
net45net461netcoreapp3.0
net45net461netcoreapp2.1netcoreapp3.0netstandard2.0netstandard2.1
Targeting net4 and netstandard1.0 with no dependencies.