Updating sample to new CLI

This commit is contained in:
John Luo 2016-02-04 17:27:08 -08:00
parent 1da365ce4c
commit 563052f800
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"compilationOptions": {
"emitEntryPoint": true