Add quotes in project.json file.

This commit is contained in:
Chris Ross 2015-04-06 12:09:27 -07:00
parent 31dae81405
commit b62dde23e6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"test": "xunit.runner.aspnet"
},
"compilationOptions": {
"allowUnsafe": true
"allowUnsafe": "true"
},
"frameworks": {
"dnx451": { }