Error in Xamarin Forms app.xaml with AppThemeColor

Viewed 869

I just updated all of my nuget packages, which updated my Xamarin Forms packaged. It also updated my 'androidX packages.

I am getting the following errors: Error: XLS0414: The type 'AppThemeColor' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.

XamlC error XFC0000: Cannot resolve type "AppThemeColor".

I have update my nuget packages. I have verified that Xamarin.Forms is referenced in the net standard project. Any ideas as to what is causing this error?

TIA.

1 Answers
Related