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 /external/winrt
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 'external/winrt')
-rw-r--r--external/winrt/winrt.depproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/winrt/winrt.depproj b/external/winrt/winrt.depproj
index 4fc7a6203b..95a9ed5c4f 100644
--- a/external/winrt/winrt.depproj
+++ b/external/winrt/winrt.depproj
@@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.TargetingPack.Private.WinRT">
- <Version>1.0.4</Version>
+ <Version>1.0.5</Version>
</PackageReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />