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:
authorDavis Goodin <dagood@microsoft.com>2016-02-10 01:20:02 +0300
committerDavis Goodin <dagood@microsoft.com>2016-02-10 01:20:02 +0300
commit84af04317505d48feaa1e83dd5dc27ddc0f6de76 (patch)
tree7e0c1fc4e04e26f4b4b2c9b62da74a53ef080ae1 /src/System.Runtime.WindowsRuntime/ref
parent2acd2fdb944fc19f01b014666b82b97ea6226e1e (diff)
Adds custom xplat nuget that can restore from VSTS feed, adds the VSTS feed, and upgrades project.jsons throughout NDP\FxCore to pass new nuget compatability checks.
Some fixes (adding imports, adding Platforms package) were tooled, but more complex ones (forking project.jsons, editing csproj's) were not. Also makes dependency version validation rules case-insensitive. (I used this fix to update the versions of some packages.) [tfs-changeset: 1573868]
Diffstat (limited to 'src/System.Runtime.WindowsRuntime/ref')
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Runtime.WindowsRuntime/ref/project.json b/src/System.Runtime.WindowsRuntime/ref/project.json
index ef2f18d2ca..e8d5545390 100644
--- a/src/System.Runtime.WindowsRuntime/ref/project.json
+++ b/src/System.Runtime.WindowsRuntime/ref/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
- "Microsoft.TargetingPack.Private.WinRT": "1.0.0",
+ "Microsoft.TargetingPack.Private.WinRT": "1.0.1",
"System.Runtime": "4.0.0",
"System.IO": "4.0.0",
"System.Threading.Tasks": "4.0.0"