From @NTaylorMullen on January 19, 2017 20:24
Trying to utilize a transitive project references framework assembly results in build errors. This looks to be the result of dotnet restore not capturing project references framework assemblies (doesn't exist in assets.json).
Note: This used to work in project.json land (built the repro in project.json then migrated).
See the simple repro here:
TransitiveProjectFrameworkRefs.zip
Go into ConsoleApp12 and dotnet restore; dotnet build
Copied from original issue: dotnet/sdk#691
From @NTaylorMullen on January 19, 2017 20:24
Trying to utilize a transitive project references framework assembly results in build errors. This looks to be the result of
dotnet restorenot capturing project references framework assemblies (doesn't exist in assets.json).Note: This used to work in project.json land (built the repro in project.json then migrated).
See the simple repro here:
TransitiveProjectFrameworkRefs.zip
Go into ConsoleApp12 and
dotnet restore; dotnet buildCopied from original issue: dotnet/sdk#691