Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 21:44:49 -07:00
parent 491dafb7a7
commit 4e9a6b7678
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"configurations": { "frameworks": {
"net45": { "net45": {
"dependencies": { "dependencies": {
"System.Security": "" "System.Security": ""
@ -25,4 +25,4 @@
"compilationOptions": { "compilationOptions": {
"allowUnsafe": true "allowUnsafe": true
} }
} }