Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We have only netstandard 2.0 and 2.1 as target frame works in ASP.NET Core source for ASP.NET Core / MVC controls.
But some latest library functions are available in latest .NET 7. For example, Microsoft provided `DateOnly` type in C# from .NET 6 and above version only.
According to that, we need to provide the NET 7 as Target Framework in ASP.NET Core source and ensure it.