Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-09-04 01:37:15 -07:00
parent cce48f4cdf
commit 5f685a6629
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -6,7 +6,7 @@
"Microsoft.AspNet.PipelineCore": "1.0.0-*"
},
"frameworks": {
"net45": {},
"aspnet50": {},
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",

View File

@ -7,7 +7,7 @@
},
"frameworks" : {
"net45" : {
"aspnet50" : {
"dependencies": {
"System.Runtime": ""
}