I have a Xamarin.Forms solution with .netStandard 2.0 core project project_name. It stops compiling immediately after I try to upgrade Xamarin.Forms from 3.4.0.1029999 to 3.5.0.169047.
It complains to every single .xaml file with the same error: "file_name.xaml: [null] Failed to resolve assembly: 'project_name, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'".
The problem repeats in Rider, VS for Mac and on CI.
I also tried updating to the nearest 3.5.0.62956-pre2 and latest 4.0.0.169046-pre5 pre-release versions with no luck.
As long as a new project updates seamlessly, I assume there is some issue specific to my project, but I have no clue where to look for it.