Update samples

This commit is contained in:
John Luo 2016-03-30 15:49:13 -07:00
parent 088b7e5779
commit 9584f42f35
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"compilationOptions": {
"emitEntryPoint": true

View File

@ -11,7 +11,8 @@
},
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "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