From c111258938bb8a010fc3efe49e9773adb3fb14f5 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 7 Mar 2014 01:53:03 -0800 Subject: [PATCH] Add required references for K to work --- .../project.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.Security.DataProtection/project.json b/src/Microsoft.AspNet.Security.DataProtection/project.json index ea163de588..2029bd04dd 100644 --- a/src/Microsoft.AspNet.Security.DataProtection/project.json +++ b/src/Microsoft.AspNet.Security.DataProtection/project.json @@ -1,8 +1,19 @@ { "version": "0.1-alpha-*", "configurations": { - "net45" : {}, - "k10" : {} + "net45": {}, + "k10": { + "dependencies": { + "System.Diagnostics.Debug": "4.0.10.0", + "System.Diagnostics.Tools": "4.0.0.0", + "System.Globalization": "4.0.10.0", + "System.Linq": "4.0.0.0", + "System.Reflection": "4.0.10.0", + "System.Resources.ResourceManager": "4.0.0.0", + "System.Runtime": "4.0.20.0", + "System.Runtime.InteropServices": "4.0.10.0" + } + } }, "compilationOptions": { "allowUnsafe": true