Search code examples
asp.netvisual-studioblazor-webassemblysyncfusion

How Syncfusion.blazor could work using refrences?


image view

i have installed syncfusion.blazor component from nuget package and its updated in references, but when I am trying to use it its showing refrence couldnot be found, what could be the possible reason and solution ?


Solution

  • From what I've tested, it looks like you created a blazor webassembly app based on .Net Core 3.1(out of support).

    But if you check the syncfusion.blazer 20.4.0.50 nuget package, you can find that it is based on .Net 6.0 or .Net 7.0.

    At least try to use .Net 6.0, .Net Core 3.1 is out of support.

    enter image description here