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?