Similar to #666, but this time on d15rel 26203.00
I see lots of warnings when I added a package reference from a .netstandard library project that targets netstandard1.6 to PCLCommandBase (a .netstandard1.0 library that builds separately). It floods my error list with 60 warnings, and floods me with this Package Manager output:
Restoring NuGet packages...
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> Microsoft.Win32.Primitives (>= 4.0.1) -> runtime.win.Microsoft.Win32.Primitives (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.IO.FileSystem.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Console (>= 4.0.0) -> runtime.win.System.Console (>= 4.3.0) -> System.IO.FileSystem.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem.Primitives (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Console (>= 4.0.0) -> runtime.win.System.Console (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Text.Encoding.Extensions from 4.3.0 to 4.0.11
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Console (>= 4.0.0) -> runtime.win.System.Console (>= 4.3.0) -> System.Text.Encoding.Extensions (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Text.Encoding.Extensions (>= 4.0.11)
Detected package downgrade: System.IO.FileSystem.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.IO.FileSystem.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem.Primitives (>= 4.0.1)
Detected package downgrade: System.Runtime.Handles from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Runtime.Handles (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.Handles (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Text.Encoding.Extensions from 4.3.0 to 4.0.11
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Text.Encoding.Extensions (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Text.Encoding.Extensions (>= 4.0.11)
Detected package downgrade: Microsoft.Win32.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> Microsoft.Win32.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> Microsoft.Win32.Primitives (>= 4.0.1)
Detected package downgrade: System.Diagnostics.Tracing from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> System.Diagnostics.Tracing (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Diagnostics.Tracing (>= 4.1.0)
Detected package downgrade: System.Runtime.Handles from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> System.Runtime.Handles (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.Handles (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Diagnostics.Tracing from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Diagnostics.Tracing (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Diagnostics.Tracing (>= 4.1.0)
Detected package downgrade: System.IO.FileSystem from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.IO.FileSystem (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1)
Detected package downgrade: System.IO.FileSystem.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.IO.FileSystem.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem.Primitives (>= 4.0.1)
Detected package downgrade: System.Net.Primitives from 4.3.0 to 4.0.11
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Net.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11)
Detected package downgrade: System.Runtime.Handles from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Runtime.Handles (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.Handles (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Diagnostics.Tracing from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Buffers (>= 4.3.0) -> System.Diagnostics.Tracing (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Diagnostics.Tracing (>= 4.1.0)
Detected package downgrade: Microsoft.Win32.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Security.Principal.Windows (>= 4.3.0) -> Microsoft.Win32.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> Microsoft.Win32.Primitives (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> Microsoft.Win32.Primitives (>= 4.0.1) -> runtime.win.Microsoft.Win32.Primitives (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.IO.FileSystem.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Console (>= 4.0.0) -> runtime.win.System.Console (>= 4.3.0) -> System.IO.FileSystem.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem.Primitives (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Console (>= 4.0.0) -> runtime.win.System.Console (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Text.Encoding.Extensions from 4.3.0 to 4.0.11
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Console (>= 4.0.0) -> runtime.win.System.Console (>= 4.3.0) -> System.Text.Encoding.Extensions (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Text.Encoding.Extensions (>= 4.0.11)
Detected package downgrade: System.IO.FileSystem.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.IO.FileSystem.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem.Primitives (>= 4.0.1)
Detected package downgrade: System.Runtime.Handles from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Runtime.Handles (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.Handles (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Text.Encoding.Extensions from 4.3.0 to 4.0.11
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Text.Encoding.Extensions (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Text.Encoding.Extensions (>= 4.0.11)
Detected package downgrade: Microsoft.Win32.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> Microsoft.Win32.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> Microsoft.Win32.Primitives (>= 4.0.1)
Detected package downgrade: System.Diagnostics.Tracing from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> System.Diagnostics.Tracing (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Diagnostics.Tracing (>= 4.1.0)
Detected package downgrade: System.Runtime.Handles from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> System.Runtime.Handles (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.Handles (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Diagnostics.Tracing from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Diagnostics.Tracing (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Diagnostics.Tracing (>= 4.1.0)
Detected package downgrade: System.IO.FileSystem from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.IO.FileSystem (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1)
Detected package downgrade: System.IO.FileSystem.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.IO.FileSystem.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem.Primitives (>= 4.0.1)
Detected package downgrade: System.Net.Primitives from 4.3.0 to 4.0.11
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Net.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11)
Detected package downgrade: System.Runtime.Handles from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Runtime.Handles (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.Handles (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Diagnostics.Tracing from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Buffers (>= 4.3.0) -> System.Diagnostics.Tracing (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Diagnostics.Tracing (>= 4.1.0)
Detected package downgrade: Microsoft.Win32.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Security.Principal.Windows (>= 4.3.0) -> Microsoft.Win32.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> Microsoft.Win32.Primitives (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> Microsoft.Win32.Primitives (>= 4.0.1) -> runtime.win.Microsoft.Win32.Primitives (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.IO.FileSystem.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Console (>= 4.0.0) -> runtime.win.System.Console (>= 4.3.0) -> System.IO.FileSystem.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem.Primitives (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Console (>= 4.0.0) -> runtime.win.System.Console (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Text.Encoding.Extensions from 4.3.0 to 4.0.11
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Console (>= 4.0.0) -> runtime.win.System.Console (>= 4.3.0) -> System.Text.Encoding.Extensions (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Text.Encoding.Extensions (>= 4.0.11)
Detected package downgrade: System.IO.FileSystem.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.IO.FileSystem.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem.Primitives (>= 4.0.1)
Detected package downgrade: System.Runtime.Handles from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Runtime.Handles (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.Handles (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Text.Encoding.Extensions from 4.3.0 to 4.0.11
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Text.Encoding.Extensions (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Text.Encoding.Extensions (>= 4.0.11)
Detected package downgrade: Microsoft.Win32.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> Microsoft.Win32.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> Microsoft.Win32.Primitives (>= 4.0.1)
Detected package downgrade: System.Diagnostics.Tracing from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> System.Diagnostics.Tracing (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Diagnostics.Tracing (>= 4.1.0)
Detected package downgrade: System.Runtime.Handles from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> System.Runtime.Handles (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.Handles (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11) -> runtime.win.System.Net.Primitives (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Diagnostics.Tracing from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Diagnostics.Tracing (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Diagnostics.Tracing (>= 4.1.0)
Detected package downgrade: System.IO.FileSystem from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.IO.FileSystem (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1)
Detected package downgrade: System.IO.FileSystem.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.IO.FileSystem.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem.Primitives (>= 4.0.1)
Detected package downgrade: System.Net.Primitives from 4.3.0 to 4.0.11
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Net.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Primitives (>= 4.0.11)
Detected package downgrade: System.Runtime.Handles from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Runtime.Handles (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.Handles (>= 4.0.1)
Detected package downgrade: System.Runtime.InteropServices from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Runtime.InteropServices (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Runtime.InteropServices (>= 4.1.0)
Detected package downgrade: System.Diagnostics.Tracing from 4.3.0 to 4.1.0
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.IO.FileSystem (>= 4.0.1) -> runtime.win.System.IO.FileSystem (>= 4.3.0) -> System.Buffers (>= 4.3.0) -> System.Diagnostics.Tracing (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Diagnostics.Tracing (>= 4.1.0)
Detected package downgrade: Microsoft.Win32.Primitives from 4.3.0 to 4.0.1
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> System.Net.Sockets (>= 4.1.0) -> runtime.win.System.Net.Sockets (>= 4.3.0) -> System.Security.Principal.Windows (>= 4.3.0) -> Microsoft.Win32.Primitives (>= 4.3.0)
Nerdbank.MoneyManagement (>= 1.0.0) -> NETStandard.Library (>= 1.6.0) -> Microsoft.Win32.Primitives (>= 4.0.1)
All packages are already installed and there is nothing to restore.
Time Elapsed: 00:00:01.1085335
========== Finished ==========
Error occurred while restoring NuGet packages: Object reference not set to an instance of an object.
Error occurred while restoring NuGet packages: Object reference not set to an instance of an object.
Similar to #666, but this time on d15rel 26203.00
I see lots of warnings when I added a package reference from a .netstandard library project that targets netstandard1.6 to PCLCommandBase (a .netstandard1.0 library that builds separately). It floods my error list with 60 warnings, and floods me with this Package Manager output: