Reference all available standard libraries
This commit is contained in:
parent
ab6e9577aa
commit
06ff1552ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue