AsyncBinaryReaderWriter
AsyncBinaryReaderWriter copied to clipboard
Does this need to be .net standard 2.0?
I'm trying to use this in a project that targets 1.3. Is there a specific reason this targets 2.0?
It makes use of a lot of stuff only available from 2.0 (mainly System.Diagnostics.Contracts
). Looks like it should be possible to downgrade though...