Hello,
I have installed the trial version of the Maui package [2]. After that I created an empty project: [1]
- In VS Code, open the Command Palette menu by pressing
Ctrl+Shift+P
on Windows or Linux, orCmd+Shift+P
on Mac. - Select Telerik UI for .NET MAUI Template Wizard: Launch and press
Enter
When I try to run/build it, I get this error:
NU1101: Unable to find package Telerik.UI.for.Maui.Trial. No packages exist with this id in source(s): /usr/local/share/dotnet/library-packs, NuGet
Which makes sense because there is no Telerik.UI.for.Maui.Trial at this location.
What am I doing wrong?
Thanks!