- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.9k
 
Migrating from Preview 8 to 9
        David Ortinau edited this page Oct 23, 2021 
        ·
        3 revisions
      
    The versioning is now a single value that we translate to each platform. In your csproj file remove the AndroidVersion and update your ApplicationVersion.
<!-- Versions -->
<ApplicationVersion>1</ApplicationVersion>
Remove the LSMinimumSystemVersion from the info.plist file.
<key>LSMinimumSystemVersion</key>
<string>10.15</string>