Add quotes in project.json file.
This commit is contained in:
parent
31dae81405
commit
b62dde23e6
|
|
@ -10,7 +10,7 @@
|
||||||
"test": "xunit.runner.aspnet"
|
"test": "xunit.runner.aspnet"
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"allowUnsafe": true
|
"allowUnsafe": "true"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": { }
|
"dnx451": { }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue