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>2017-06-25 00:22:08 +0300
committerGitHub <noreply@github.com>2017-06-25 00:22:08 +0300
commite3af35c2d218a69524f7ec825c8243b2cd2c29dc (patch)
treefbb0486ac59aa2c8f7eeec941b3ed60aa4e34b02 /src/System.Private.Reflection.Core
parent555bcbcb5458a7aacb404f8242a6fe9267266ca7 (diff)
parentff4f4b8d8e37d1cf32e590d1f384011d062c5828 (diff)
Merge pull request #3980 from dotnet/nmirror
Merge nmirror to master
Diffstat (limited to 'src/System.Private.Reflection.Core')
-rw-r--r--src/System.Private.Reflection.Core/src/System.Private.Reflection.Core.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/System.Private.Reflection.Core/src/System.Private.Reflection.Core.csproj b/src/System.Private.Reflection.Core/src/System.Private.Reflection.Core.csproj
index f0f7d213d..33f9df314 100644
--- a/src/System.Private.Reflection.Core/src/System.Private.Reflection.Core.csproj
+++ b/src/System.Private.Reflection.Core/src/System.Private.Reflection.Core.csproj
@@ -15,12 +15,12 @@
<DefineConstants>ECMA_METADATA_SUPPORT;$(DefineConstants)</DefineConstants>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\..\AotPackageReference\AotPackageReference.depproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
<ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.dll" />
</ItemGroup>
<ItemGroup Condition="'$(IsProjectNLibrary)' != 'true'">
+ <ProjectReference Include="..\..\AotPackageReference\AotPackageReference.depproj">
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ </ProjectReference>
<ProjectReference Include="..\..\System.Private.CoreLib\src\System.Private.CoreLib.csproj" />
<ProjectReference Include="..\..\System.Private.Interop\src\System.Private.Interop.csproj" />
<ProjectReference Include="..\..\System.Private.Reflection.Metadata\src\System.Private.Reflection.Metadata.csproj" />