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

Target netstandard2.0 #17

Open
MatthewKing opened this issue Jan 24, 2019 · 0 comments
Open

Target netstandard2.0 #17

MatthewKing opened this issue Jan 24, 2019 · 0 comments

Comments

@MatthewKing
Copy link

As per the discussion in David Fowler's tweet here, the current recommendation seems to be that all packages that can target netstandard2.0 should do so (even if it's just alongside their existing netstandard1.x target). One of the main benefits of targeting 2.0 is that consumers of the library get a much simplified dependency graph when referencing the package. David does a good job of explaining further.

FluentCache is currently targeting netstandard1.1. I think it would be worthwhile targeting both netstandard1.1 and netstandard2.0 in a future build, for the reasons outlined above.

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

1 participant