Skip to content

Commit 8c7e493

Browse files
committed
Fix sample
1 parent 2c3927f commit 8c7e493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/1.0.0-rc1-final/HelloMvc/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc1-final",
1515
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final",
1616
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
17-
"Microsoft.Framework.Logging.Console": "1.0.0-rc1-final"
17+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
1818
},
1919
"commands": {
2020
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"

0 commit comments

Comments
 (0)