build: Remove explicit `TargetPlatformVersion` (#1427)
This commit is contained in:
Родитель
9b440f0008
Коммит
841bfc7fe4
|
@ -48,23 +48,19 @@
|
|||
<PropertyGroup Condition="$(_IsIOS)">
|
||||
<DefineConstants>$(DefineConstants);IOS1_0;XAMARIN;XAMARIN_IOS;XAMARIN_IOS_UNIFIED</DefineConstants>
|
||||
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
|
||||
<TargetPlatformVersion>15.4</TargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="$(_IsMacOS)">
|
||||
<DefineConstants>$(DefineConstants);XAMARIN</DefineConstants>
|
||||
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
|
||||
<TargetPlatformVersion>12.3</TargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="$(_IsCatalyst)">
|
||||
<SupportedOSPlatformVersion>13.1</SupportedOSPlatformVersion>
|
||||
<TargetPlatformVersion>15.4</TargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="$(_IsAndroid)">
|
||||
<DefineConstants>$(DefineConstants);__ANDROID__;XAMARIN;MONOANDROID5_0;XAMARIN_ANDROID</DefineConstants>
|
||||
<SupportedOSPlatformVersion>21.0</SupportedOSPlatformVersion>
|
||||
<TargetPlatformVersion>34.0</TargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче