To compile a single program in dotnetcore , we obviously have to reference some assemblies, which implement at least the type system. Because the dotnetcore is build as set of nuget packages, it is required to explicitly (at least for now) reference all...