Renamed configurations to frameworks in project.json
This commit is contained in:
parent
50a281b92d
commit
0d1f308753
|
|
@ -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": { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"commands": {
|
||||
"test": "Xunit.KRunner"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": { }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue