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
Use targeting pack metadata to set $(_XATargetFrameworkDirectories)
Certain tasks require that $(_XATargetFrameworkDirectories) contains
paths to both Mono.Android.dll and mscorlib.dll. In order to ensure that
this property contains all known assembly paths we'll use the
@(ResolvedTargetingPack) ItemGroup. These items contain metadata
definitions for %(TargetFramework) and %(PackagePath), which can be
combined to construct the full assembly path for each pack.
0 commit comments