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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2017-02-08 03:10:43 +0300
committerGitHub <noreply@github.com>2017-02-08 03:10:43 +0300
commitb2ca211833d0c66ee427169b9517bb606ac03234 (patch)
tree844033cfa8855745be7d7977b58e9c71e37febc1 /external/runtime
parent7fd6e876d7cc9e36f7bf77ac6f427365a21303e9 (diff)
Filtering down the NETNative TargetingPack to avoid type conflicts (#15929)
Filtering down the NETNative TargetingPack to avoid type conflicts
Diffstat (limited to 'external/runtime')
-rw-r--r--external/runtime/runtime.depproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/external/runtime/runtime.depproj b/external/runtime/runtime.depproj
index 0694fa592d..24faf6573b 100644
--- a/external/runtime/runtime.depproj
+++ b/external/runtime/runtime.depproj
@@ -11,6 +11,12 @@
<PropertyGroup Condition="'$(TargetGroup)' == 'uapaot'">
<ProjectJsonTemplate>$(MSBuildThisFileDirectory)NETNative/project.json.template</ProjectJsonTemplate>
<NuGetDeploySourceItem>Reference</NuGetDeploySourceItem>
+ <SkipFilterTargetingPackResolvedNugetPackages>false</SkipFilterTargetingPackResolvedNugetPackages>
</PropertyGroup>
+ <ItemGroup Condition="'$(TargetGroup)'=='uapaot'">
+ <TargetingPackReference Include="System.Private.CoreLib" />
+ <TargetingPackReference Include="System.Private.Interop" />
+ <TargetingPackReference Include="System.Private.Threading" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file