Replies: 2 comments
-
These package seems not available in NuGet gallery, but they are in Maui samples: https://github.com/dotnet/maui-samples. |
Beta Was this translation helpful? Give feedback.
0 replies
-
With Preview 4 you need our public NuGet feed hosted on Azure. Follow these steps to add it. https://github.com/dotnet/maui/wiki/Getting-Started |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am try to create Hello World application of .Net MAUI in VS2019 preview.
But getting various errors.
Failed to restore D:\UNO_PLATFORM\HelloMaui\HelloMaui\HelloMaui.csproj (in 4.07 sec).
Failed to restore D:\UNO_PLATFORM\HelloMaui\HelloMaui.WinUI3\HelloMaui.WinUI3.csproj (in 5.1 sec).
NuGet package restore failed. Please see Error List window for detailed warnings and errors.
and how to install Maui packages.
using Microsoft.Maui;
using Microsoft.Maui.Controls;
please guide me on this. or suggest any article to develop the hello world MAUI app
Thank in Advance,
Intzar
Beta Was this translation helpful? Give feedback.
All reactions