-
Notifications
You must be signed in to change notification settings - Fork 266
Description
Version 2.8.60318.667 of the NuGet Package Manager - which is the latest version available for Visual Studio 2012 - does not support packages that defines dependencies for .NETStandard.
When - for example - a given package defines dependencies for both UAP10.0 and .NETStandard 1.3, then the following is reported:
'package name' already defines a dependency for 'dependency name'
I'm well aware that Visual Studio 2012 is pretty dated, but I lead an OSS project (SSH.NET) for which we want to support a broad set of target frameworks. This issue prevents us from having a single package for all our supported target frameworks.
An example of a .nuspec that exposes this issue is available here.
Let me know if you want me to upload a .nupkg that allows you to reproduce the error.