Merge branch 'release/2.2'
This commit is contained in:
commit
acc7497b8f
|
|
@ -1,9 +1,9 @@
|
|||
ASP.NET Routing
|
||||
===
|
||||
|
||||
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/Routing/branch/dev)
|
||||
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/Routing/branch/master)
|
||||
|
||||
Travis: [](https://travis-ci.org/aspnet/Routing)
|
||||
Travis: [](https://travis-ci.org/aspnet/Routing)
|
||||
|
||||
Contains routing middleware for routing requests to application logic.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"Source": {
|
||||
"Repository": "https://github.com/aspnet/routing.git",
|
||||
"BranchOrCommit": "dev",
|
||||
"BranchOrCommit": "master",
|
||||
"Project": "benchmarkapps/Benchmarks/Benchmarks.csproj"
|
||||
},
|
||||
"Port": 8080
|
||||
|
|
@ -25,4 +25,4 @@
|
|||
"PlaintextGlobalRouting": {
|
||||
"Path": "/plaintext"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue