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:
authorJan Kotas <jkotas@microsoft.com>2018-01-17 20:13:42 +0300
committerJan Kotas <jkotas@microsoft.com>2018-01-17 21:32:06 +0300
commit7d7a72a2b14450de792a6aaa12c80a7dcd939baf (patch)
tree13be6659835fae5bb9f6673089317c2a84ea25fc /src/System.Private.Jit
parentae154baadacc6606e5bc886bf306b58e040c8408 (diff)
Fix build breaks for shared CoreLib update
- Add missing resources - Add temporary workaround for the moved type
Diffstat (limited to 'src/System.Private.Jit')
-rw-r--r--src/System.Private.Jit/src/System.Private.Jit.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/System.Private.Jit/src/System.Private.Jit.csproj b/src/System.Private.Jit/src/System.Private.Jit.csproj
index 270c33469..662339fa5 100644
--- a/src/System.Private.Jit/src/System.Private.Jit.csproj
+++ b/src/System.Private.Jit/src/System.Private.Jit.csproj
@@ -26,7 +26,9 @@
<ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.dll" />
<ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.Extensions.dll" />
<ReferencePath Include="$(AotPackageReferencePath)\System.Private.Reflection.Metadata.Ecma335.dll" />
- <ProjectReference Include="..\..\System.Private.CoreLib\src\System.Private.CoreLib.csproj" />
+ <ProjectReference Include="..\..\System.Private.CoreLib\src\System.Private.CoreLib.csproj">
+ <Aliases>global,System_Private_CoreLib</Aliases>
+ </ProjectReference>
<ProjectReference Include="..\..\System.Private.Reflection.Metadata\src\System.Private.Reflection.Metadata.csproj" />
<ProjectReference Include="..\..\System.Private.TypeLoader\src\System.Private.TypeLoader.Experimental.csproj" />
<ProjectReference Include="..\..\System.Private.Interop\src\System.Private.Interop.csproj" />