SourceYard icon indicating copy to clipboard operation
SourceYard copied to clipboard

The NuGet dependencies is unexpected merged so the Target Project cannot build.

Open walterlv opened this issue 5 years ago • 1 comments

See this picture below:

  • The original package depends on other packages only on .NET Standard
  • But the SourceYard package merged the other packages so the .NET Framework project cannot install this SourceYard package

image

walterlv avatar Nov 24 '19 05:11 walterlv

I recommend to read the dependency info from the original NuGet package instead of generate it yourself.

The same as other info such as descriptions and licenses. Just read them from the original nuspec file instead of generating them yourself.

walterlv avatar Nov 24 '19 05:11 walterlv