DavidAJohn / PhotoPortfolio

Personal photo portfolio .NET web application which implements a Blazor and Tailwind CSS user interface with a MongoDb database, and includes integration with Stripe Checkout and Prodigi Print API
0 stars 0 forks source link

.NET 8 Update #70

Closed DavidAJohn closed 3 months ago

DavidAJohn commented 4 months ago

The .NET Core libraries have been updated to v8.0.3 as I type this.

Let's look at updating Photo Portfolio, at least as far as the libraries are concerned.

After that, I can look at incorporating new features.

DavidAJohn commented 3 months ago

All of the projects have now been updated to target .NET 8: 5383f32f6f643295b1cc639f98e5c06fd7c5bb70

DavidAJohn commented 3 months ago

Although Microsoft's guide to updating applications to use new .NET 8 features makes it sound simple, in practical terms it is not trivial to change this type of hosted Wasm application.

For the time being, I'm going to focus more on improvements elsewhere.