Reference all available standard libraries

This commit is contained in:
Senthil 2016-01-06 16:15:18 -08:00
parent ab6e9577aa
commit 06ff1552ce

View file

@ -46,7 +46,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Native
argsList.Add($"\"{inputFilePath}\"");
// System.Private.CoreLib Reference
var coreLibPath = Path.Combine(config.IlcSdkPath, "sdk", "System.Private.CoreLib.dll");
var coreLibPath = Path.Combine(config.IlcSdkPath, "sdk", "*.dll");
argsList.Add($"-r \"{coreLibPath}\"");
// AppDep References