How to fix errors after updating WPF app to .NET 8
I am attempting to update a WPF app from .NET Framework 4.7.2 to .NET 8. Using the Upgrade option in Visual Studio, I have updated all of my projects and resolved my dependencies.
I am attempting to update a WPF app from .NET Framework 4.7.2 to .NET 8. Using the Upgrade option in Visual Studio, I have updated all of my projects and resolved my dependencies.