Remove bad reference from Routing sample

This commit is contained in:
Ryan Nowak 2016-02-10 12:46:15 -08:00
parent 2e916284cc
commit 9209f0c5a4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Routing.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.Routing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"compilationOptions": {