Go to file
Praburaj 61e4f55075 Moving the IServiceCollection extension into Microsoft.Framework.DependencyInjection namespace
Fixes: https://github.com/aspnet/Routing/issues/160
2015-03-13 14:55:49 -07:00
samples/RoutingSample.Web Moving the IServiceCollection extension into Microsoft.Framework.DependencyInjection namespace 2015-03-13 14:55:49 -07:00
src/Microsoft.AspNet.Routing Moving the IServiceCollection extension into Microsoft.Framework.DependencyInjection namespace 2015-03-13 14:55:49 -07:00
test/Microsoft.AspNet.Routing.Tests Update xunit.runner.kre => xunit.runner.aspnet. 2015-03-12 16:10:07 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md
Routing.sln
Settings.StyleCop
build.cmd
build.sh
global.json
makefile.shade

README.md

ASP.NET Routing

Contains routing middleware for routing requests to application logic.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.