You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to utilize a transitive package framework assembly reference results in build errors. From the looks of it, the transitive framework assembly references are not passed over to csc but are included in the restore file.
…references.
Fixesdotnet#365 and dotnet#409. Note that implicit framework references already address the scenario in dotnet#409 which only relies on 'System'
Trying to utilize a transitive package framework assembly reference results in build errors. From the looks of it, the transitive framework assembly references are not passed over to csc but are included in the restore file.
Note: This used to work in project.json land.
See the simple repro here:
FrameworkAssemblyRepro.zip
/cc @barrytang @Eilon
The text was updated successfully, but these errors were encountered: