mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
996 stars 183 forks source link

Exclude net35 reference assemblies from nuget package #60

Closed igitur closed 4 years ago

igitur commented 4 years ago

The jnm2.ReferenceAssemblies.net35 is required only for the net35 build, not for the other 2.

Both jnm2.ReferenceAssemblies.net35 and Microsoft.NETFramework.ReferenceAssemblies is required for building the package and it's not necessary to publish a dependency on those libraries. Adding PrivateAssets="All" removes the dependency in the .nuspec file.

mmanela commented 4 years ago

@igitur Is this still needed after I merged #61 ?

igitur commented 4 years ago

No, I don't think it's required anymore. Thanks

mmanela commented 4 years ago

Thank you! @igitur