DiffLib icon indicating copy to clipboard operation
DiffLib copied to clipboard

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

Open lassevk opened this issue 8 years ago • 0 comments

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?

lassevk avatar Jul 26 '17 15:07 lassevk