Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-28 23:45:58 -07:00
parent ab7445f59d
commit 81e905cfa9
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Server.IIS": "1.0.0-*", "Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Routing" : "", "Microsoft.AspNet.Routing" : "",
@ -7,7 +7,7 @@
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"k10": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Debug": "4.0.10.0",
"System.Runtime": "4.0.20.0", "System.Runtime": "4.0.20.0",

View File

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

View File

@ -1,4 +1,4 @@
{ {
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
@ -10,7 +10,7 @@
"Xunit.KRunner": "1.0.0-*" "Xunit.KRunner": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"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",