3 references to MonoAndroidDeprecation
NuGet.Commands (3)
RestoreCommand\LockFileBuilder.cs (3)
191
bool checkMonoAndroidDeprecation =
MonoAndroidDeprecation
.ShouldCheck(project, targetGraph.Framework);
291
&& (
MonoAndroidDeprecation
.IsMonoAndroidFramework(compileAssetFramework)
292
||
MonoAndroidDeprecation
.IsMonoAndroidFramework(runtimeAssetFramework)))