You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] remove usage of "Facades" directories (#10342)
Context: #10339
In order to complete #10339, I want to refactor & remove the need for
having to define `$(_XATargetFrameworkDirectories)` at all.
An easy first step is to remove the usage of "Facades" directories
because these don't exist in the .NET 6+ world. These are a Mono/.NET
framework-ism, which is replaced by "ref" packs in .NET 6+.
I also removed the `gen-ProfileAssemblies.sh` script, which was used to
generate files specific to Mono & Xamarin.Android, but is no longer
needed.
0 commit comments