Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-28 22:00:36 -07:00
parent 635dd57c56
commit cce48f4cdf
4 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
"frameworks": {
"net45": {},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.Console": "4.0.0.0",

View File

@ -10,7 +10,7 @@
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
"frameworks": {
"net45": { },
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.Console": "4.0.0.0",

View File

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

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Diagnostics": "",
@ -12,7 +12,7 @@
"System.Runtime": ""
}
},
"k10" : {
"aspnetcore50" : {
"dependencies": {
"System.Console": "4.0.0.0"
}