Error when running new blazor app

I upgraded my version yesterday to 2.65.2
I created a new app for blazor, .net 6. and when I tried to run it the first time I got the error show in the graphic.

Problem confirmed! We will provide fix for this with our build early next week, in the meantime you can add the following package to the csproj in the server folder:

<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />