Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSedar Gokbulut <sedarg@microsoft.com>2016-08-20 00:59:09 +0300
committerSedar Gokbulut <sedarg@microsoft.com>2016-08-20 00:59:09 +0300
commitf2ef64241db702d7334f14da35d9e60564009853 (patch)
tree61b5d7e94a00d76921e827dc4f96257d45da4a77 /src/System.Private.Reflection.Metadata
parentf8ea1f1d40439ae589686c711fecb260b4dd91c1 (diff)
Migrate reflection types into System.Private.CoreLib.
This changeset contains changes authored by Tom Meschter and me to move types from System.Private.Reflection and System.Reflection.Primitives into System.Private.CoreLib, in addition to moving System.IO.Stream and some types from System.Reflection.Primitives into System.Private.CoreLib. What also comes with these cahnges are: - Moving away from consuming UWP 5.1.0 MP to UWP 5.2.2 + the new live libs, to reflect the move of types out from corefx libs into System.Private.CoreLib. - Turning off producing TestILC with UWP 5.0.0 MP (RTM), because the new toolchain will not be compatible with the old MP anymore, hence this combo doesn't make any sense anymore. (note: we need to turn off the relevant test passes as a follow-up) [tfs-changeset: 1623333]
Diffstat (limited to 'src/System.Private.Reflection.Metadata')
-rw-r--r--src/System.Private.Reflection.Metadata/src/System.Private.Reflection.Metadata.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.Reflection.Metadata/src/System.Private.Reflection.Metadata.csproj b/src/System.Private.Reflection.Metadata/src/System.Private.Reflection.Metadata.csproj
index 9b2d15076..7e2f32132 100644
--- a/src/System.Private.Reflection.Metadata/src/System.Private.Reflection.Metadata.csproj
+++ b/src/System.Private.Reflection.Metadata/src/System.Private.Reflection.Metadata.csproj
@@ -22,7 +22,6 @@
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ReferencePath Include="$(AotPackageReferencePath)\System.Reflection.Primitives.dll" />
<ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.dll" />
<ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.Extensions.dll" />
</ItemGroup>