Merge pull request #739 from dotnet/ref-all-lib
Reference all available standard libraries
This commit is contained in:
commit
bda35e2dcf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue