3 Migrating from Preview 8 to 9
David Ortinau редактировал(а) эту страницу 2021-10-23 08:55:31 -05:00

ApplicationVersion

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>

Mac Catalyst

Remove the LSMinimumSystemVersion from the info.plist file.

<key>LSMinimumSystemVersion</key>
<string>10.15</string>