From 4e9a6b7678838c55d931841f92ebf7fc7b9eccda Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 13 Jul 2014 21:44:49 -0700 Subject: [PATCH] Renamed configurations to frameworks in project.json --- src/Microsoft.AspNet.Security.DataProtection/project.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.AspNet.Security.DataProtection/project.json b/src/Microsoft.AspNet.Security.DataProtection/project.json index 0ce30c194a..132311db8f 100644 --- a/src/Microsoft.AspNet.Security.DataProtection/project.json +++ b/src/Microsoft.AspNet.Security.DataProtection/project.json @@ -1,6 +1,6 @@ -{ +{ "version": "1.0.0-*", - "configurations": { + "frameworks": { "net45": { "dependencies": { "System.Security": "" @@ -25,4 +25,4 @@ "compilationOptions": { "allowUnsafe": true } -} \ No newline at end of file +}