[NET 6 Attribute Conversion] VideoSubscriberAccount (#14055)

* Remove existing attributes

* Attribute Conversion

Co-authored-by: tj_devel709 <antlambe@microsoft.com>
This commit is contained in:
TJ Lambert 2022-02-03 15:30:59 -06:00 коммит произвёл GitHub
Родитель b96287ed80
Коммит 1f94dd5ecc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 2 удалений

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

@ -9,10 +9,13 @@ namespace VideoSubscriberAccount {
public partial class VSAccountMetadataRequest {
#if NET
[SupportedOSPlatform ("ios10.2")]
[SupportedOSPlatform ("tvos10.1")]
[SupportedOSPlatform ("ios10.2")]
[SupportedOSPlatform ("macos10.14")]
[UnsupportedOSPlatform ("maccatalyst")]
#else
[TV (10,1)][iOS (10,2)]
[TV (10,1)]
[iOS (10,2)]
#endif
public VSAccountProviderAuthenticationScheme[] SupportedAuthenticationSchemes {
get {