Can I convert my .Net 4.8 project to .NET 8

I have a Winforms project made in .Net 4.8 that uses Syncfusion Winforms.
Is there some easy way for me to convert this project to .NET 8 and still uses Syncfusion components?


3 Replies

SB Sweatha Bharathi Syncfusion Team February 6, 2024 01:31 PM UTC

Hi Jens Chr. Thomsen,



We have analyzed your query, and it appears that your requirement to convert a project from .NET 4.8 to .NET 8.0 is tied to Visual Studio. In response to this, we recommend referring to Microsoft  documentation, kindly refer to that below link:


Link : https://learn.microsoft.com/en-us/dotnet/desktop/winforms/migration/?view=netdesktop-8.0

https://learn.microsoft.com/en-us/dotnet/core/porting/



JC Jens Chr. Thomsen February 6, 2024 01:40 PM UTC

But I was thinking about Syncfusion components.
I guess they are not the same for .net 4.8 and .NET 8


I use Syncfusion Winforms Components in my project.



SB Sweatha Bharathi Syncfusion Team February 7, 2024 01:53 PM UTC

Hi Jens Chr. Thomsen,


We understand that you are using Syncfusion WinForms Components in your project and are considering a transition from .NET 4.8 to .NET 8. The Syncfusion components are designed to maintain a consistent API, and the functionality remains largely unchanged across framework versions.


The primary consideration is updating the Syncfusion DLL references in your project to match the targeted .NET version. If you are migrating to .NET 8, you can refer to the .NET 6 DLLs in your project.


Loader.
Up arrow icon