Merge branch 'release/2.2'
This commit is contained in:
commit
acc7497b8f
|
|
@ -1,9 +1,9 @@
|
||||||
ASP.NET Routing
|
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.
|
Contains routing middleware for routing requests to application logic.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"Source": {
|
"Source": {
|
||||||
"Repository": "https://github.com/aspnet/routing.git",
|
"Repository": "https://github.com/aspnet/routing.git",
|
||||||
"BranchOrCommit": "dev",
|
"BranchOrCommit": "master",
|
||||||
"Project": "benchmarkapps/Benchmarks/Benchmarks.csproj"
|
"Project": "benchmarkapps/Benchmarks/Benchmarks.csproj"
|
||||||
},
|
},
|
||||||
"Port": 8080
|
"Port": 8080
|
||||||
|
|
@ -25,4 +25,4 @@
|
||||||
"PlaintextGlobalRouting": {
|
"PlaintextGlobalRouting": {
|
||||||
"Path": "/plaintext"
|
"Path": "/plaintext"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue