Hi @Jeff Stiegler ,
Welcome to Microsoft Q&A!
As the Ronald Rex suggests, you can target .NET 6.0 or 7.0 in your application by modifying the target framework in your project file (e.g. .csproj):
<TargetFramework>net6.0</TargetFramework>
Or you can install the .NET Upgrade Assistant extension to upgrade apps from .NET Framework to .NET. (Please backup your projects before using the tool.)
Sincerely,
Anna
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.