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
Steps to reproduce
Create a project with the following:
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 --infooutput:.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