Skip to content

Get a warning when referencing a package that has a inbox facade on desktop #6320

Description

@ericstj

Steps to reproduce

Create a project with the following:

  "dependencies": {
    "NETStandard.Library": "1.6.0-rc3-24201-00",
    "System.Linq.Parallel": "4.0.1-rc3-24201-00"
  },
  "frameworks": {
    "net45": {},
    "netstandard1.3": {}
  },

Restore it, works fine, no warnings. Build it.

Expected behavior

No warnings

Actual behavior

warning NU1007: Dependency specified was System.Linq.Parallel >= 4.0.1-rc3-24201-00 but ended up with System.Linq.Parallel 4.0.0.0

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.0-preview2-002877)

Product Information:
Version: 1.0.0-preview2-002877
Commit SHA-1 hash: a365414

Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64

/cc @davidfowl @piotrpMSFT

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions