Version Compatibility of Syncfusion Blazor Components

30 Nov 20232 minutes 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 8.0 23.1.36 and above
.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

Syncfusion follows a quarterly release schedule, introducing new volumes every three months. To track these releases and their associated changes, Syncfusion Blazor components utilize a sequence-based identifier system, employing the format Major.Minor.Revision. This system enables developers to easily monitor modifications made in each release.

For example, if the release package version is 23.1.36, the version number can be interpreted as follows:

  • 23 represents the major release version. This number changes every three months and encompasses significant updates, new features, as well as bug fixes and breaking changes.

  • 1 corresponds to the minor release version. This number signifies releases primarily focused on new features and addressing bugs, without introducing breaking changes.

  • 36 denotes the revision number, also referred to as the patch number. This number increases for weekly patch releases, which predominantly consist of bug fixes and do not introduce new features or breaking changes.

See also