Merge pull request #3524 from dotnet/eerhardt-patch-1

System.Private.CoreLib.dll IL binary is getting crossgen'd mistakenly.
This commit is contained in:
Eric Erhardt 2016-06-11 19:59:17 -05:00 committed by GitHub
commit b201b8d97f

View file

@ -17,7 +17,7 @@ namespace Microsoft.DotNet.Cli.Build
{
"mscorlib.dll",
"mscorlib.ni.dll",
"System.Private.CoreLib",
"System.Private.CoreLib.dll",
"System.Private.CoreLib.ni.dll"
};