Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to .Net Standard 2.0 #34

Closed
balbarak opened this issue Jun 23, 2018 · 2 comments
Closed

Upgrade to .Net Standard 2.0 #34

balbarak opened this issue Jun 23, 2018 · 2 comments

Comments

@balbarak
Copy link

balbarak commented Jun 23, 2018

Useful library, kindly migrate to Net Standard 2.0 to reduce the dependencies with the library

@balbarak balbarak changed the title Update to .Net standard 2.0 Upgrade to .Net standard 2.0 Jun 23, 2018
@balbarak balbarak changed the title Upgrade to .Net standard 2.0 Upgrade to .Net Standard 2.0 Jun 23, 2018
@omar
Copy link
Owner

omar commented Jun 23, 2018

The support for .NET Standard 2.0 should be transparent, that is, since it supports netstandard 1.0, it automatically supports netstandard 2.0. The additional dependencies you're seeing only apply when targeting netstandard 1.0, if your project is netstandard 2.0, no additional dependencies should be pulled in.

If more dependencies are being pulled in, can you show where that's happening?

@omar
Copy link
Owner

omar commented Jan 6, 2019

Version 2 will only support .NET Standard 2.0, see alpha version here https://www.nuget.org/packages/ByteSize/2.0.0-alpha1 and PR #24

@omar omar closed this as completed Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants