xoofx / zio

A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET
BSD 2-Clause "Simplified" License
817 stars 61 forks source link

Cross Target .NET Standard 2.0 #20

Closed iamcarbon closed 6 years ago

iamcarbon commented 6 years ago

Thoughts on cross targeting to .NET Standard 2.0 to simplify the dependencies for modern runtimes (Mono, NETCOREAPP 2.0, NETFramework 4.7.1, etc)?

screen shot 2018-01-10 at 7 57 02 pm

Trying to avoid taking in all these forwarding libraries (and possible future versioning conflicts).

iamcarbon commented 6 years ago

Submitted a PR.