Update 31-to-50.md (#22258)

* Update 31-to-50.md

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
pull/22269/head
Rick Anderson 2021-05-12 06:07:14 +10:00 committed by GitHub
parent bb64cad545
commit 9a55403db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ If updating a Blazor WebAssembly project, skip to the [Update Blazor WebAssembly
</Project>
```
## Delete `bin` and `obj` folders
You may need to delete the `bin` and `obj` folders. Run `dotnet nuget locals --clear all` to clear the NuGet package cache.
## Changes to Blazor app routing logic in 5.0.1 and further 5.x releases up to 6.0
The computation of route precedence changed in the ASP.NET Core 5.0.1 patch release. This might affect you if you've defined catch-all routes or routes with optional parameters.