Skip to content

Commit 2ff19dc

Browse files
committed
overwrite .net9's default behavior to exclude armeabi-v7a by when building without RuntimeIdentifier
1 parent d4b70bc commit 2ff19dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/keepass2android-app/keepass2android-app.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<RuntimeIdentifiers Condition="'$(RuntimeIdentifier)' == ''">android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers>
4+
</PropertyGroup>
25
<PropertyGroup>
36
<TargetFramework>net9.0-android</TargetFramework>
47
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>

0 commit comments

Comments
 (0)