Hi, I'm trying to install the UI for Blazor package to a project and it wont install. I get the following message:
---------
Error NU1101 Unable to find package Telerik.FontIcons. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Packages, Telerik Blzor BlazorApp1 D:\BlazorApp1\BlazorApp1\BlazorApp1.csproj 1
-------
this is my csproj file is
<Project Sdk="Microsoft.NET.Sdk.Web"><PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>
Visual Studio is version is 17.10.5
Telerik UI is 6.0.2
Thanks
Hi Carlos,
I'm glad to see that you have quickly resolved the matter on your own.
Thank you for sharing an update here, publicly, so other developers with the same scenario can benefit from it.
Kind Regards,
Hristian