Updated to use the new target framework in project.json
This commit is contained in:
parent
9f4d46714b
commit
94258eba8a
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"authors": [
|
||||
"Microsoft"
|
||||
],
|
||||
|
|
@ -23,6 +23,6 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net451": { },
|
||||
"k10": { }
|
||||
"aspnetcore50": { }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"authors": [
|
||||
"Microsoft"
|
||||
],
|
||||
|
|
@ -27,6 +27,6 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net451": { },
|
||||
"k10": { }
|
||||
"aspnetcore50": { }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"commands": {
|
||||
"test": "Xunit.KRunner"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue