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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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.