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>2018-01-18 02:34:04 +0300
committerGitHub <noreply@github.com>2018-01-18 02:34:04 +0300
commit7a98b8e8bd1a45d1e630960d44fed3503ac4ebc5 (patch)
tree7ca7955c97ccbb4f5b8089f29ac1c6c6b4931b49 /dir.props
parentbd90a268fb11859c849f64cac56a475e103df754 (diff)
Upgrading the UAP TFM to vNext (#26371)
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index b9f3ab572c..e74e22bb67 100644
--- a/dir.props
+++ b/dir.props
@@ -11,7 +11,7 @@
<!-- Define vNext UAP Moniker -->
<PropertyGroup>
- <UAPvNextVersion>10.0.15138</UAPvNextVersion>
+ <UAPvNextVersion>10.0.16300</UAPvNextVersion>
<UAPvNextTFMFull>UAP,Version=v$(UAPvNextVersion)</UAPvNextTFMFull>
<UAPvNextTFM>uap$(UAPvNextVersion)</UAPvNextTFM>
</PropertyGroup>