Fix System.Progress in model.xml
authorStephen Toub <stoub@microsoft.com>
Fri, 8 May 2015 21:37:28 +0000 (17:37 -0400)
committerStephen Toub <stoub@microsoft.com>
Fri, 8 May 2015 21:37:28 +0000 (17:37 -0400)
commit4bfbe504e891ae1e5316c0dd10aa66833de793ee
treef4238c0e9b9c5a2ac1e83dcc1a6dc5b392635a3b
parentf9eb8bd4bb9e8ea33b0dccf529248762661c4477
Fix System.Progress in model.xml

The BCL rewriter is stripping System.Progress`1 out of mscorlib when
compiling for Linux and OSX, because the model.xml has it conditionally
and erroneously included based on FEATURE_COMINTEROP.  Code trying to use
System.Progress`1 type forwarded from System.Runtime.Extensions.dll then
blows up at run time, since the type isn't available.
src/mscorlib/model.xml