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-02-08 21:39:37 +0300
committerGitHub <noreply@github.com>2017-02-08 21:39:37 +0300
commitafaaf450d1869992dcf4f51c627f16145cf9c974 (patch)
tree723805c78927d189902ff2f192729da827c9a439 /src/System.IO
parent5e42bf19f39aaccf24e11c919fb16028d41d06ed (diff)
Prepare uap package (#15866)
Prepare uap package
Diffstat (limited to 'src/System.IO')
-rw-r--r--src/System.IO/dir.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.IO/dir.props b/src/System.IO/dir.props
index a960cef1a3..e35a1e8a9f 100644
--- a/src/System.IO/dir.props
+++ b/src/System.IO/dir.props
@@ -4,5 +4,6 @@
<PropertyGroup>
<AssemblyVersion>4.2.0.0</AssemblyVersion>
<IsNETCoreApp>true</IsNETCoreApp>
+ <IsUAP>true</IsUAP>
</PropertyGroup>
</Project> \ No newline at end of file