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:
authorEric Mellino <erme@microsoft.com>2016-11-14 21:31:43 +0300
committerEric Mellino <erme@microsoft.com>2016-11-14 23:31:25 +0300
commit0af44e88bd4a6ce633a542189f0536f1e6e215b0 (patch)
tree6a8a85f44d54e9105fed9e69012f531c3511d8f2 /src/System.Runtime.WindowsRuntime/ref
parent7763ae2bf53e9c5bf87f3d2fee3491a9b14fda4d (diff)
Enable ApiCompat in S.R.WinRT by updating WinRT targeting pack
Diffstat (limited to 'src/System.Runtime.WindowsRuntime/ref')
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Runtime.WindowsRuntime/ref/project.json b/src/System.Runtime.WindowsRuntime/ref/project.json
index 98f2a29b5a..118e873aad 100644
--- a/src/System.Runtime.WindowsRuntime/ref/project.json
+++ b/src/System.Runtime.WindowsRuntime/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.TargetingPack.Private.WinRT": "1.0.2",
+ "Microsoft.TargetingPack.Private.WinRT": "1.0.3",
"System.Runtime": "4.1.0",
"System.IO": "4.1.0",
"System.Threading.Tasks": "4.0.11"
@@ -8,4 +8,4 @@
"frameworks": {
"netstandard1.2": {}
}
-} \ No newline at end of file
+}