Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 22:00:23 -07:00
parent 50a281b92d
commit 0d1f308753
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{
{
"version": "4.0.0-*",
"dependencies": {
"System.Collections": "4.0.0.0",
@ -17,8 +17,8 @@
"System.Threading.Tasks": "4.0.10.0",
"System.Threading.Thread": "4.0.0.0"
},
"configurations": {
"frameworks": {
"net45": { },
"k10": { }
}
}
}

View File

@ -9,7 +9,7 @@
"commands": {
"test": "Xunit.KRunner"
},
"configurations": {
"frameworks": {
"net45": { }
}
}