I had unintentionally excluded RuntimeThread.cs when FeatureCoreClr is false. Since...
authorKoundinya Veluri <kouvel@microsoft.com>
Fri, 14 Oct 2016 05:18:23 +0000 (22:18 -0700)
committerKoundinya Veluri <kouvel@microsoft.com>
Fri, 14 Oct 2016 05:18:23 +0000 (22:18 -0700)
[tfs-changeset: 1633304]

src/mscorlib/mscorlib.shared.sources.props

index a6e16a0..175dc8f 100644 (file)
   </ItemGroup>
   <ItemGroup>
     <InternalSources Condition="'$(FeatureCoreclr)' == 'true'" Include="$(BclSourcesRoot)\Internal\Runtime\Augments\EnvironmentAugments.cs" />
-    <InternalSources Condition="'$(FeatureCoreclr)' == 'true'" Include="$(BclSourcesRoot)\Internal\Runtime\Augments\RuntimeThread.cs" />
+    <InternalSources Include="$(BclSourcesRoot)\Internal\Runtime\Augments\RuntimeThread.cs" />
   </ItemGroup>
   <ItemGroup>
     <ReflectionSources Include="$(BclSourcesRoot)\System\Reflection\__Filters.cs" />