Hi,
I'm using this link to download and install MAUI controls.
I did it but I can't run the solution:CryptoTracker
I have this error
My net.config content is:
Hi,
I download CrytoTrackr solution from github and get the given error:
Severity Code Description Project File Line Suppression State
Error NU1102 Unable to find package Telerik.UI.for.Maui with version (>= 0.5.0)
- Found 1 version(s) in PackageSource [ Nearest version: 0.4.0 ]
- Found 0 version(s) in C:\Program Files\dotnet\library-packs
- Found 0 version(s) in dotnet6
- Found 0 version(s) in skiasharp
- Found 0 version(s) in nuget CryptoTracker C:\Program Files (x86)\Progress\Telerik UI for .NET MAUI 0.4.0\maui-samples-main\Samples\CryptoTracker\CryptoTracker\CryptoTracker.csproj 1
Thanks,
Hello,
The RadPanorama from WinForms is very welcome in .NET MAUI.
It's a flexible UI and a powerful way to manage information.
Thanks in advance,
Jefferson Motta
Please update the global.json file in your demo application to the new Version of the .NET SDK
{
"sdk":
{
"version": "6.0.100-preview.6.21355.2",
"rollForward": "disable",
"allowPrerelease": true
}
}