This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Description
To reproduce the problem, do kpm pack to pack Microsoft.Framework.PackageManager project in KRuntime and then run the packed output.
Note that in the project.json of Microsoft.Framework.PackageManager we have
"code": "**\\*.cs;..\\Microsoft.Framework.ApplicationHost\\Impl\\**\\*.cs"
It means this project is referencing some source files outside of project dir. We should kpm pack the externally referenced source files, too.