You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: