Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-28 23:31:29 -07:00
parent 1aed739edb
commit aac0ce134c
13 changed files with 16 additions and 16 deletions

View File

@ -1,9 +1,9 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": {}, "dependencies": {},
"frameworks": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",
"System.Linq": "4.0.0.0", "System.Linq": "4.0.0.0",

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http": "" "Microsoft.AspNet.Http": ""
@ -6,7 +6,7 @@
"frameworks" : { "frameworks" : {
"net45" : { "net45" : {
}, },
"k10" : { "aspnetcore50" : {
"dependencies": { "dependencies": {
"System.Runtime": "4.0.20.0" "System.Runtime": "4.0.20.0"
} }

View File

@ -3,7 +3,7 @@
"dependencies": {}, "dependencies": {},
"frameworks": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "aspnetcore50": {
"dependencies": { "dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*", "Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",

View File

@ -2,7 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"frameworks": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "aspnetcore50": {
"dependencies": { "dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*", "Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
"System.IO": "4.0.10.0", "System.IO": "4.0.10.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

@ -9,7 +9,7 @@
}, },
"frameworks": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "aspnetcore50": {
"dependencies": { "dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*", "Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",

View File

@ -1,11 +1,11 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*" "Microsoft.AspNet.Http": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Runtime": "4.0.20.0" "System.Runtime": "4.0.20.0"
} }

View File

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

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http": "", "Microsoft.AspNet.Http": "",
"Microsoft.AspNet.Http.Extensions": "", "Microsoft.AspNet.Http.Extensions": "",

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http": "", "Microsoft.AspNet.Http": "",
"Microsoft.AspNet.HttpFeature": "", "Microsoft.AspNet.HttpFeature": "",

View File

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

View File

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

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http": "", "Microsoft.AspNet.Http": "",
"Microsoft.AspNet.WebUtilities": "", "Microsoft.AspNet.WebUtilities": "",