Go to file
Nate McMaster aed55d4517
Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913)
Changes:

* Upgrade dependencies and build tools
* Change TFM on Microsoft.AspNetCore.Routing packages to netcoreapp3.0
* Remove .NET Framework tests
* Remove the IL_EMIT conditional compilation because this assembly only targets .NET Core now.
2018-11-19 09:50:01 -08:00
.vsts-pipelines/builds
benchmarkapps/Benchmarks Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
benchmarks/Microsoft.AspNetCore.Routing.Performance Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
build Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
samples/RoutingSandbox Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources
src Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
test Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
tools/Swaggatherer Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Routing.sln Rename sandbox website directory (#892) 2018-10-25 09:22:31 +13:00
Settings.StyleCop
THIRD-PARTY-NOTICES
build.cmd
build.sh
korebuild-lock.txt Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props

README.md

ASP.NET Routing

AppVeyor: AppVeyor

Travis: Travis

Contains routing middleware for routing requests to application logic.

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