mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 11:04:26 +00:00
While we're at it, clean up the conditional compliation constants and dependencies: - Define `SPAN_NATIVE` on all platforms _except_ `net45` and `netstandard2.0` (so it's defined automatically on new .NET versions) - Only add `System.Memory` dependency on `net45` and `netstandard2.0`. - Fix `NATIVE_SPAN` typo - Remove obsolete `NETCORE` preprocessor variable.