From 3db1f1e9fd40fbdf1a283f17e1d6f1eb69331a0f Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Thu, 14 Apr 2016 15:41:40 -0700 Subject: [PATCH] Move dependency to netstandard only --- src/Microsoft.AspNetCore.Authentication.OAuth/project.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Authentication.OAuth/project.json b/src/Microsoft.AspNetCore.Authentication.OAuth/project.json index a3b553c5d1..a4ee111667 100644 --- a/src/Microsoft.AspNetCore.Authentication.OAuth/project.json +++ b/src/Microsoft.AspNetCore.Authentication.OAuth/project.json @@ -20,12 +20,14 @@ }, "dependencies": { "Microsoft.AspNetCore.Authentication": "1.0.0-*", - "Newtonsoft.Json": "8.0.3", - "System.Runtime.Serialization.Primitives": "4.1.1-*" + "Newtonsoft.Json": "8.0.3" }, "frameworks": { "net451": {}, "netstandard1.3": { + "dependencies": { + "System.Runtime.Serialization.Primitives": "4.1.1-*" + }, "imports": [ "portable-net451+win8" ]