Commit Graph

5 Commits

Author SHA1 Message Date
Frederik Carlier
b5b9d5189e Replace CoreJob with SimpleJob(RuntimeMoniker.NetCoreApp50) 2021-04-21 13:02:02 +02:00
Frederik Carlier
4f74157938 Add .NET 5.0 support
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.
2021-04-21 12:03:00 +02:00
c109d2c76b Code cleanup and refactor. 2018-07-09 19:57:08 +01:00
Frederik Carlier
c6809c6aa3 Add benchmark for writing binary property lists 2018-06-20 14:37:33 +02:00
Frederik Carlier
c8f762da73 Add benchmarks 2018-06-19 11:23:46 +02:00