Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-29 00:13:02 -07:00
parent 9f4d46714b
commit 94258eba8a
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{ {
"authors": [ "authors": [
"Microsoft" "Microsoft"
], ],
@ -23,6 +23,6 @@
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": { },
"k10": { } "aspnetcore50": { }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"authors": [ "authors": [
"Microsoft" "Microsoft"
], ],
@ -27,6 +27,6 @@
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": { },
"k10": { } "aspnetcore50": { }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },