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-07-04 00:32:24 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2017-07-04 00:32:24 +0300
commit60fe0c60dc418a6856955c215a9695f6f900acf1 (patch)
tree3ae791e6fa56b6637b84bf10c33c55eba72fe68d /external/runtime/runtime.depproj
parentf4d12ffbef7ea1c4142f5e039602089b16bb73be (diff)
Renaming uap10.1 to uap10.0.15138
Diffstat (limited to 'external/runtime/runtime.depproj')
-rw-r--r--external/runtime/runtime.depproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/external/runtime/runtime.depproj b/external/runtime/runtime.depproj
index ad7ff3fbdf..7423fd37ba 100644
--- a/external/runtime/runtime.depproj
+++ b/external/runtime/runtime.depproj
@@ -10,6 +10,9 @@
<RidSpecificAssets>true</RidSpecificAssets>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetGroup)' == 'uapaot'">
+ <!-- Temporarily Override restore moniker since NETNative's targeting pack still uses uap10.1 moniker -->
+ <NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
+ <NuGetTargetMonikerShort>uap10.1</NuGetTargetMonikerShort>
<!-- System.Private.* can't be on the ILCInputFolder since ilc.exe needs to use the matching one from its toolchain. -->
<BinPlaceILCInputFolder>false</BinPlaceILCInputFolder>
<NuGetDeploySourceItem>Reference</NuGetDeploySourceItem>