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