error NU1101: Unable to find package CommunityToolkit.Maui.NativeLibraryInterop.BuildTasks.
fourad opened this issue · 2 comments
fourad commented
my project used to build nicely and then i started getting this log and i cant build the project error NU1101: Unable to find package CommunityToolkit.Maui.NativeLibraryInterop.BuildTasks. No packages exist with this id in source(s): /usr/local/share/dotnet/library-packs, nuget.org
jeremi-przeorek commented
Hi you need to build your csproj with --configfile
flag that will point to this file template/NuGet.Config
. This NuGet is in separated source.
fourad commented
thanks, it works.