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": {
"net451": {
},
"k10": {
"aspnetcore50": {
}
}
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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