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 /dir.props
parentf4d12ffbef7ea1c4142f5e039602089b16bb73be (diff)
Renaming uap10.1 to uap10.0.15138
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props7
1 files changed, 7 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index 72055e1c14..e97595d201 100644
--- a/dir.props
+++ b/dir.props
@@ -9,6 +9,13 @@
<MinorVersion>6</MinorVersion>
</PropertyGroup>
+ <!-- Define vNext UAP Moniker -->
+ <PropertyGroup>
+ <UAPvNextVersion>10.0.15138</UAPvNextVersion>
+ <UAPvNextTFMFull>UAP,Version=v$(UAPvNextVersion)</UAPvNextTFMFull>
+ <UAPvNextTFM>uap$(UAPvNextVersion)</UAPvNextTFM>
+ </PropertyGroup>
+
<Import Condition="Exists('$(MSBuildProjectDirectory)/Configurations.props')" Project="$(MSBuildProjectDirectory)/Configurations.props" />
<!-- Informs build tools to apply .NET Framework metadata if not a test project -->