Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-28 23:34:02 -07:00
parent 952bc6af88
commit 0705d3a5ae
9 changed files with 10 additions and 10 deletions

View File

@ -24,7 +24,7 @@
"frameworks": { "frameworks": {
"net451": { "net451": {
}, },
"k10": { "aspnetcore50": {
} }
} }
} }

View File

@ -9,7 +9,7 @@
}, },
"frameworks": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0", "System.ComponentModel": "4.0.0.0",

View File

@ -12,7 +12,7 @@
"System.Runtime": "" "System.Runtime": ""
} }
}, },
"k10": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0", "System.ComponentModel": "4.0.0.0",

View File

@ -8,7 +8,7 @@
}, },
"frameworks": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0", "System.ComponentModel": "4.0.0.0",

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.FeatureModel" : "1.0.0-*", "Microsoft.AspNet.FeatureModel" : "1.0.0-*",
"Microsoft.AspNet.Http" : "1.0.0-*", "Microsoft.AspNet.Http" : "1.0.0-*",

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*", "Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.AspNet.Identity" : "", "Microsoft.AspNet.Identity" : "",

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Identity": "", "Microsoft.AspNet.Identity": "",

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Identity": "", "Microsoft.AspNet.Identity": "",

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*", "Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.AspNet.Identity" : "", "Microsoft.AspNet.Identity" : "",