[AdSupport] Adopt XAMCORE_4_0 changes in .NET. (#13887)

This commit is contained in:
Rolf Bjarne Kvinge 2022-01-27 10:44:57 +01:00 коммит произвёл GitHub
Родитель 2dc1493e8f
Коммит 2850a37aaf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#if !XAMCORE_4_0 #if !NET
using System; using System;
using System.Runtime.Versioning; using System.Runtime.Versioning;
@ -8,9 +8,6 @@ namespace AdSupport {
public partial class ASIdentifierManager { public partial class ASIdentifierManager {
#if MONOMAC #if MONOMAC
#if NET
[UnsupportedOSPlatform ("macos")]
#endif
[Obsolete ("Empty stub. This member was retroactively marked as unavailable for macOS.")] [Obsolete ("Empty stub. This member was retroactively marked as unavailable for macOS.")]
public virtual void ClearAdvertisingIdentifier () public virtual void ClearAdvertisingIdentifier ()
{ {