Hi Islam,
Yes. We have deprecated the existing package and introduced the new package with the name of Syncfusion.EJ2.Blazor. Please find the changes to be done if you want to migrate your application to the newer version.
- Remove the existing Syncfusion NuGet package and Install Syncfusion.EJ2.Blazor NuGet package in your application by search Syncfusion.EJ2.Blazor keyword in the Browse tab and install Syncfusion.EJ2.Blazor NuGet package in the application.
- Change the namespace from Syncfusion.EJ2.RazorComponents to Syncfusion.EJ2.Blazor.
- Change the script locations to the new location:
<link rel='nofollow' href="https://cdn.syncfusion.com/ej2/17.2.29/fabric.css" rel="stylesheet" />
<script src="https://cdn.syncfusion.com/ej2/17.2.29/dist/ej2.min.js"></script>
<script src="https://cdn.syncfusion.com/ej2/17.2.29/dist/ejs.interop.min.js"></script> (If you are creating the Blazor Client side project, this script is not needed.)
You can also refer the following documentation which is updated with latest changes and it will guide you step by step to create a new project with Syncfusion Blazor components:
Please let me know if this helps.
Regards,
Vijay