marinasundstrom / headless-wordpress-blazor

Headless Wordpress with Blazor frontend
Other
16 stars 2 forks source link

Update to the latest wordpress.net and .NET 6/7 ? #14

Open YordanYanakiev opened 2 years ago

YordanYanakiev commented 2 years ago

I am having the issue with making it work with the latest wordpress.net and the latest .NET's. Also I am trying to set it on IIS but all I got is a white page. Could You also add some note how to run it on IIS if there is something specific? Thank You in advance!

marinasundstrom commented 1 year ago

A bit late but.. I have updated the project to .NET 8 RC 1. Als adapted it to the changes in Wordpress, with how menus/navigations are rendered.

I also moved logic from Startup.cs to Program.cs with top-level statements.