Renamed configurations to frameworks in project.json
This commit is contained in:
parent
50a281b92d
commit
0d1f308753
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"version": "4.0.0-*",
|
"version": "4.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections": "4.0.0.0",
|
"System.Collections": "4.0.0.0",
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
"System.Threading.Tasks": "4.0.10.0",
|
"System.Threading.Tasks": "4.0.10.0",
|
||||||
"System.Threading.Thread": "4.0.0.0"
|
"System.Threading.Thread": "4.0.0.0"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": { },
|
"net45": { },
|
||||||
"k10": { }
|
"k10": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "Xunit.KRunner"
|
"test": "Xunit.KRunner"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": { }
|
"net45": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue