I am starting a new project and went to download the latest version of Blazor from nuget and I get the following error:
GET https://nuget.telerik.com/v3/package/telerik.fonticons/index.json
GET https://nuget.telerik.com/v3/package/telerik.svgicons/index.json
OK https://nuget.telerik.com/v3/package/telerik.fonticons/index.json 6039ms
OK https://nuget.telerik.com/v3/package/telerik.svgicons/index.json 6037ms
NU1101: Unable to find package Telerik.FontIcons.
NU1101: Unable to find package Telerik.SvgIcons.
Package restore failed.
The last version I can successfully download is Telerik.UI.for.Blazor 4.4.0. Everything after that seems to have an issue with the icon dependencies.
Anyone have any thoughts on what I might be missing, has anyone else been able to successfully start a new project with 4.5.0 or higher?