Ego Eram Reputo Posted October 21, 2021 Share Posted October 21, 2021 RE: If I'm exclusively targeting .NET 5 with my plugins from now on, can I safely remove these from my system? And how about these? Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
otuncelli Posted October 22, 2021 Share Posted October 22, 2021 It's fine. You can safely remove those. Support for Framework until version 4.6.1 will end on April 2022 anyway. https://devblogs.microsoft.com/dotnet/net-framework-4-5-2-4-6-4-6-1-will-reach-end-of-support-on-april-26-2022/ .NET Core until v3.0 has already ended. https://dotnet.microsoft.com/platform/support/policy/dotnet-core I'm going to do that now as well. Quote Link to comment Share on other sites More sharing options...
toe_head2001 Posted October 22, 2021 Share Posted October 22, 2021 I would recommend removing them via the Visual Studio Installer, because it will tell you if there's anything else depending on them. 1 Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Rick Brewster Posted October 22, 2021 Share Posted October 22, 2021 Yup you can nuke 'em. I'd keep the Framework 4.8 stuff around just in case, no harm there. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
otuncelli Posted October 22, 2021 Share Posted October 22, 2021 17 minutes ago, toe_head2001 said: I would recommend removing them via the Visual Studio Installer, because it will tell you if there's anything else depending on them. Interestingly, this panel doesn't show me .NET Core SDKs. It just says .NET SDK. I can only see them at Apps & features panel. From there, I uninstalled them without any problem. 1 Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted October 22, 2021 Author Share Posted October 22, 2021 You guys are great! Thank you. Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
AndrewDavid Posted November 26, 2021 Share Posted November 26, 2021 Here's a little story to share regarding 4.5. I came across a solution that failed to build because I was missing 4.5. The app was a few years old and I wanted to try it out. took me awhile to find the correct installation file that would allow VS2022 to recognize 4.5 was installed. Prior to installing 4.5, when I was selecting an .ico file in project properties, then changing the build action to embedded resource, the panel would jump to compile C#, and I would have to select embedded resource once again. Since installing Net 4.5, it no longer jumps, but accepts embedded resource right away. Hard to believe such an old framework would have an effect on VS2022. Quote Link to comment Share on other sites More sharing options...
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.