Add missing renames

This commit is contained in:
Brice Lambson 2014-06-20 09:37:47 -07:00
parent 73640e0216
commit f0271851c3
7 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
"version": "3.0.0-*",
"dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.Framework.Identity" : "",
"Microsoft.AspNet.Identity" : "",
"Microsoft.AspNet.Security.DataProtection" : "1.0.0-*",
"Microsoft.Framework.DependencyInjection" : "1.0.0-*",
"System.Security.Claims" : "1.0.0-*"

View File

@ -1,7 +1,7 @@
{
"version": "3.0.0-*",
"dependencies": {
"Microsoft.Framework.Identity": "",
"Microsoft.AspNet.Identity": "",
"EntityFramework.InMemory": "7.0.0-*",
"EntityFramework.SqlServer": "7.0.0-*",
"System.Security.Claims" : "1.0.0-*"

View File

@ -1,7 +1,7 @@
{
"version": "3.0.0-*",
"dependencies": {
"Microsoft.Framework.Identity": "",
"Microsoft.AspNet.Identity": "",
"Microsoft.Framework.DependencyInjection" : "1.0.0-*",
"System.Security.Claims": "1.0.0-*"
},

View File

@ -3,9 +3,9 @@
"Microsoft.AspNet.FeatureModel" : "1.0.0-*",
"Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.AspNet.HttpFeature" : "1.0.0-*",
"Microsoft.Framework.Identity" : "",
"Microsoft.AspNet.Identity" : "",
"Microsoft.AspNet.Identity.InMemory" : "",
"Microsoft.Framework.Identity.AspNet" : "",
"Microsoft.AspNet.Identity.Authentication" : "",
"Microsoft.AspNet.PipelineCore" : "1.0.0-*",
"Microsoft.AspNet.RequestContainer" : "1.0.0-*",
"Microsoft.AspNet.Security" : "1.0.0-*",

View File

@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.Framework.Identity": "",
"Microsoft.Framework.Identity.EntityFramework": "",
"Microsoft.AspNet.Identity": "",
"Microsoft.AspNet.Identity.EntityFramework": "",
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.Framework.Identity" : "",
"Microsoft.AspNet.Identity" : "",
"Microsoft.AspNet.Identity.InMemory" : "",
"Microsoft.AspNet.PipelineCore" : "1.0.0-*",
"Microsoft.AspNet.RequestContainer" : "1.0.0-*",

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.Framework.Identity" : "",
"Microsoft.AspNet.Identity" : "",
"Microsoft.AspNet.PipelineCore" : "1.0.0-*",
"Microsoft.AspNet.RequestContainer" : "1.0.0-*",
"Microsoft.AspNet.Testing" : "1.0.0-*",