VS 2019 Mac NuGet Package reference won't go away

  • Thread starter Thread starter cedertech
  • Start date Start date
C

cedertech

Guest
I am developing a Xamain Mobile app and I had a NuGet Package included. There was an update to the package to fix an error and no matter what I did when the built the app it used the old version previously installed. I ended removing every use and reference to that package in my app. Cleared all downloaded NuGet Packages from the PC. Did a File search in the solution for any reference to the package in any file and removed it and still when I go to build it I got an error:


ask "ResolveNuGetPackageAssets"
/Library/Frameworks/Mono.framework/Versions/6.6.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets(186,5): error : The package Xamarin.Plugin.FilePicker with version 2.1.34 could not be found in /Users/collin/.nuget/packages/. Run a NuGet package restore to download the package.
Done executing task "ResolveNuGetPackageAssets" -- FAILED.

Where would this reference to the package be?

Thanks in advance for any assistance.

Continue reading...
 
Back
Top