fix TestApp project.json

This commit is contained in:
Andrew Stanton-Nurse 2015-10-15 15:34:14 -07:00
parent c60cef1e9b
commit 4624544e06

View file

@ -1,6 +1,8 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"emitEntryPoint": true, "compilationOptions": {
"emitEntryPoint": true
},
"dependencies": { "dependencies": {
"Microsoft.NETCore.ConsoleHost": "1.0.0-*", "Microsoft.NETCore.ConsoleHost": "1.0.0-*",