Skip to content

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

@lassevk

Description

@lassevk

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions