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
parent
bb64cad545
commit
9a55403db9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue