mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Update comment with min OS version locations to update (#93180)
This commit is contained in:
parent
10270afead
commit
f0208617e3
1 changed files with 1 additions and 2 deletions
|
@ -58,12 +58,11 @@
|
|||
- src/installer/pkg/sfx/bundle/shared-framework-distribution-template-x64.xml
|
||||
- src/installer/pkg/sfx/bundle/shared-framework-distribution-template-arm64.xml
|
||||
- src/tasks/MobileBuildTasks/Apple/AppleProject.cs
|
||||
- dotnet/installer repo > src/redist/targets/GeneratePKG.targets
|
||||
-->
|
||||
<AndroidApiLevelMin>21</AndroidApiLevelMin>
|
||||
<iOSVersionMin>11.0</iOSVersionMin>
|
||||
<tvOSVersionMin>11.0</tvOSVersionMin>
|
||||
<watchOSVersionMin>2.0</watchOSVersionMin>
|
||||
<watchOS64_32VersionMin>5.1</watchOS64_32VersionMin>
|
||||
<macOSVersionMin>10.15</macOSVersionMin>
|
||||
<macOSVersionMin Condition="('$(TargetOS)' == 'osx' or '$(TargetOS)' == 'maccatalyst') and '$(TargetArchitecture)' == 'arm64'">11.0</macOSVersionMin>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue