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:
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>