Merge pull request #739 from dotnet/ref-all-lib

Reference all available standard libraries
This commit is contained in:
Senthil 2016-01-06 22:34:00 -08:00
commit bda35e2dcf

View file

@ -46,7 +46,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Native
argsList.Add($"\"{inputFilePath}\""); argsList.Add($"\"{inputFilePath}\"");
// System.Private.CoreLib Reference // 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}\""); argsList.Add($"-r \"{coreLibPath}\"");
// AppDep References // AppDep References