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:
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>2017-08-04 00:49:35 +0300
committerGitHub <noreply@github.com>2017-08-04 00:49:35 +0300
commitaaaffdf7b8330846f6832f43700fbcc060460c9f (patch)
treed9f4de610ba9d8a988bb717a53d4bebce06dc0cc /dependencies.props
parent2b93b71f00b6baebea82c718bbf6551f1c50d30b (diff)
Use new WinRT APIs for SpecialFolders (#22664)
* Use new WinRT APIs for SpecialFolders * Update tests * Update test package Fix test verification * Clean up project files * Add back test skip condition * Add comments and fallback Windows dir.
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.props b/dependencies.props
index fef1abe6d9..80b7ac8f2b 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -157,7 +157,7 @@
</StaticDependency>
<StaticDependency Include="Microsoft.TargetingPack.Private.WinRT">
- <Version>1.0.3</Version>
+ <Version>1.0.5</Version>
</StaticDependency>
<XUnitDependency Include="xunit"/>