AsyncBinaryReaderWriter icon indicating copy to clipboard operation
AsyncBinaryReaderWriter copied to clipboard

Does this need to be .net standard 2.0?

Open jefffhaynes opened this issue 4 years ago • 1 comments

I'm trying to use this in a project that targets 1.3. Is there a specific reason this targets 2.0?

jefffhaynes avatar Jul 29 '20 13:07 jefffhaynes

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...

dpse avatar Jul 30 '20 15:07 dpse