CommunityToolkit/Maui.NativeLibraryInterop

error NU1101: Unable to find package CommunityToolkit.Maui.NativeLibraryInterop.BuildTasks.

fourad opened this issue · 2 comments

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

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.

thanks, it works.