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": [
"Microsoft"
],
@ -23,6 +23,6 @@
},
"frameworks": {
"net451": { },
"k10": { }
"aspnetcore50": { }
}
}

View File

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

View File

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