Exclude System.Private.CoreLib from crossgen
This commit is contained in:
parent
78bea7df84
commit
d7a8860041
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
private static readonly string[] s_excludedLibraries =
|
private static readonly string[] s_excludedLibraries =
|
||||||
{
|
{
|
||||||
"mscorlib.dll",
|
"mscorlib.dll",
|
||||||
"mscorlib.ni.dll"
|
"mscorlib.ni.dll",
|
||||||
|
"System.Private.CoreLib",
|
||||||
|
"System.Private.CoreLib.ni.dll"
|
||||||
};
|
};
|
||||||
|
|
||||||
// This is not always correct. The version of crossgen we need to pick up is whatever one was restored as part
|
// This is not always correct. The version of crossgen we need to pick up is whatever one was restored as part
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue