Fixup references

This commit is contained in:
David Fowler 2014-10-05 11:17:22 -07:00
parent 993827ee65
commit 20d096d865
5 changed files with 12 additions and 24 deletions

View File

@ -1,16 +1,13 @@
{
"version": "3.0.0-*",
"dependencies": {
"Microsoft.AspNet.Identity": "",
"Microsoft.AspNet.Identity": "3.0.0-*",
"EntityFramework.SqlServer": "7.0.0-*",
"System.Security.Claims" : "1.0.0-*"
},
"frameworks": {
"aspnet50": {
"dependencies": {
"System.Collections": "",
"System.Runtime": ""
}
"dependencies": { }
},
"aspnetcore50": {
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.AspNet.Identity" : "",
"Microsoft.AspNet.Identity" : "3.0.0-*",
"Microsoft.AspNet.PipelineCore" : "1.0.0-*",
"Microsoft.AspNet.RequestContainer" : "1.0.0-*",
"Microsoft.AspNet.Security" : "1.0.0-*",
@ -16,9 +16,7 @@
"frameworks": {
"aspnet50": {
"dependencies": {
"Moq" : "4.2.1312.1622",
"System.Collections": "",
"System.Runtime": ""
"Moq" : "4.2.1312.1622"
}
}
},

View File

@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Identity": "",
"Microsoft.AspNet.Identity.SqlServer": "",
"Microsoft.AspNet.Identity": "3.0.0-*",
"Microsoft.AspNet.Identity.SqlServer": "3.0.0-*",
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
@ -16,13 +16,10 @@
"frameworks": {
"aspnet50": {
"dependencies": {
"Moq" : "4.2.1312.1622",
"System.Collections": "",
"System.Runtime": ""
"Moq" : "4.2.1312.1622"
}
}
},
"code": "**\\*.cs;..\\Shared\\*.cs",
"commands": {
"test": "Xunit.KRunner"
}

View File

@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Identity": "",
"Microsoft.AspNet.Identity.SqlServer": "",
"Microsoft.AspNet.Identity": "3.0.0-*",
"Microsoft.AspNet.Identity.SqlServer": "1.0.0-*",
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
@ -17,9 +17,7 @@
"frameworks": {
"aspnet50": {
"dependencies": {
"Moq" : "4.2.1312.1622",
"System.Collections": "",
"System.Runtime": ""
"Moq" : "4.2.1312.1622"
}
}
},

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.AspNet.Identity" : "",
"Microsoft.AspNet.Identity" : "3.0.0-*",
"Microsoft.AspNet.PipelineCore" : "1.0.0-*",
"Microsoft.AspNet.RequestContainer" : "1.0.0-*",
"Microsoft.AspNet.Testing" : "1.0.0-*",
@ -14,9 +14,7 @@
"frameworks": {
"aspnet50": {
"dependencies": {
"Moq" : "4.2.1312.1622",
"System.Collections": "",
"System.Runtime": ""
"Moq" : "4.2.1312.1622"
}
}
},