Piotr Fusik Posted May 16 Posted May 16 It looks like (the latest now) Paint.NET 5.0.13 ships with .NET 7 which was EOLed last Tuesday: https://en.wikipedia.org/wiki/.NET When I updated my Visual Studio 2022, it removed the .NET 7 SDK. How do I build my Paint.NET plugin now? Quote
Solution toe_head2001 Posted May 16 Solution Posted May 16 You have two options: Reinstall the .NET 7 SDK. Microsoft released v7.0.19 on the same day that .NET 7 went EOL. So, they expect people to continue using it in the short-term. Use the alpha version of Paint.NET, which uses .NET 8. Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab
_koh_ Posted May 16 Posted May 16 Another choice is just keep <TargetFramework>net7.0-windows</TargetFramework> in your csproj, then .NET 8 SDK builds .NET 7 dll and both PDN 5.0 and 5.1 can load it. Once you bump this to net8.0-windows, only PDN 5.1 and later can load it. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.