aspnet / Mvc

[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
5.62k stars 2.14k forks source link

Fix routing tests #8718

Closed JamesNK closed 5 years ago

JamesNK commented 5 years ago

Fix test failure caused by https://github.com/aspnet/Routing/pull/910

Note: I didn't update deps or reference the feature branch in the PR because it introduced NU1605 warnings. It passes locally with them.