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

Possible to specifically list .NET Standard/Core assemblies needed? #20

Open
lassevk opened this issue Jul 26, 2017 · 0 comments
Open

Comments

@lassevk
Copy link
Owner

lassevk commented Jul 26, 2017

Before 2017.7.26.1241), adding a reference to the .NET Standard 1.0 version of DiffLib also added a ton of references to other standard shim assemblies.

Almost none of those provide code that DiffLib uses.

I need to investigate if:

  • This is still an issue that needs to be solved (if the new version, which includes .NET Framework versions, now only uses the .NET Standard version for .NET Standard/Core projects, where these assemblies are already available, then this is no longer an issue)
  • If it is, what can I do about it? Can I find out which specific .NET Standard assemblies/packages I require and take a dependency only on those?
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