update blazor version
Today Blazor WebAssembly 3.2.0 Preview 1 has been released.
So I decided to update my Blazor project.
Just followed tutorial above and it took 10 minutes.
So you need to do the following:
- Replace package reference in your project to 3.2.0-preview1.20073.1
- Do some modification in
Program.cs
. - Delete
Startup.cs
.
Written on January 28, 2020