Blazor fix

Update these two packages to 6.0.11, the last of the v6 series.

Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.11" />
Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.11"

You are offered 7.0.0 as the latest, but they will not install in a net60 project. One old project had 6.0.3 and another 6.0.10 which both stalled.

GK