Version Compatibility of Syncfusion Blazor Components

28 Dec 20221 minute to read

The following table represents the supported .NET and .NET Core versions by different Syncfusion Blazor components releases.

Version Syncfusion Blazor Components Version
.NET 7.0 20.4.0.38 and above
.NET 6.0 19.3.0.43 and above
.NET 5.0 18.4.0.30 to 20.1.0.61
.NET Core 3.1.3 18.1.0.52 to 20.3.0.61
.NET Core 3.1.2 18.1.0.42 to 20.3.0.61
.NET Core 3.1.1 17.4.0.46 to 20.3.0.61
.NET Core 3.1 17.4.0.39 to 20.3.0.61

Syncfusion Version Information

In a year, Syncfusion releases new volumes once every three months. Syncfusion Blazor components follows sequence-based identifiers to process software releases based on the Major.Minor.Build.Revision format to track all the release changes. It helps developers to keep track of the changes in every release.

For example, if the release a package version is 19.3.0.43, the version number indicates the details as follows,

  • 19 denotes Major release version which changes every year.
  • 3 denotes Volume release. Syncfusion releases a new volume once every three months. Here 3 represents the third release of the year.
  • 0 denotes Build Number and it will always zero for blazor.
  • 43 denotes Patch Number also known as revision number which increases for each service pack release and weekly patch release.

See also