We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9853bdb + 616b4f2 commit c9992caCopy full SHA for c9992ca
1 file changed
src/keepass2android-app/keepass2android-app.csproj
@@ -1,4 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
+ <PropertyGroup>
3
+ <RuntimeIdentifiers Condition="'$(RuntimeIdentifier)' == ''">android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers>
4
+ </PropertyGroup>
5
<PropertyGroup>
6
<TargetFramework>net9.0-android</TargetFramework>
7
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
0 commit comments