Update comment
authorwtgodbe <wigodbe@microsoft.com>
Wed, 30 Jan 2019 20:46:50 +0000 (12:46 -0800)
committerwtgodbe <wigodbe@microsoft.com>
Wed, 30 Jan 2019 20:46:50 +0000 (12:46 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/4fc403006af495aa8c66f528998703473c51e854

src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj

index 53e948f..2d80605 100644 (file)
@@ -17,7 +17,8 @@
     <IgnoredReference Include="System.Private.CoreLib" />
     <IgnoredReference Include="Windows" />
     <IgnoredReference Include="System.Private.Interop" />
-    <IgnoredReference Include="System.Reflection.Emit" /> <!-- Add an issue for this -->
+    <!-- The following three can be removed if we include RefEmit in UAP - tracked by https://github.com/dotnet/corefx/issues/34937 -->
+    <IgnoredReference Include="System.Reflection.Emit" />
     <IgnoredReference Include="System.Reflection.Emit.ILGeneration" />
     <IgnoredReference Include="System.Reflection.Emit.Lightweight" />