omar / ByteSize

ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.
MIT License
558 stars 50 forks source link

Add Dotnet Core support to build system #28

Closed jp7677 closed 7 years ago

jp7677 commented 7 years ago

Please note that I'm using Linux exclusively and haven't mono installed. Though I guess I got it right also for the mono because TravisCI runs fine after some try and error. Furthermore I haven't tested packaging. Could you do that? Unfortunately you'll need to have dotnet core installed from now on and there are quite some places now were the version number is specified...

Please let me know what you think and where I could do better.

omar commented 7 years ago

Thank you for this. I'm building on top of this in #29. I'll comment on your original issues when I think I have this ready.