-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Steps to reproduce
git clone https://github.com/ivanz/dotnet-pack-repro.git
dotnet restore
dotnet build src\MainProject
dotnet pack src\MainProject
Expected behavior
DependencyProject.dll should be included in the .nupkg for the net46 framework:
{
"version": "0.10.0-unstable-*",
"frameworks": {
"net46": {
"dependencies": {
"DependencyProject": {
"target": "project"
}
}
},
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.6.0"
}
}
}
}Actual behavior
DependencyProject.dll is not included at all in the .nupkg
Environment data
dotnet --info output:
> dotnet --info
.NET Command Line Tools (1.0.0-preview2-003121)
Product Information:
Version: 1.0.0-preview2-003121
Commit SHA-1 hash: 1e9d529bc5
Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64
leotsarev, LeonidEfremov, Mousavi310, tanveerbadar, i3anaan and 6 more
Metadata
Metadata
Assignees
Labels
No labels