Skip to content

Commit

Permalink
Update runtime identifiers condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Dec 7, 2024
1 parent 39d2916 commit ccdf579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yosu/Yosu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
</PropertyGroup>

<PropertyGroup Condition="$(TargetFramework.Contains('-android')) and '$(Configuration)' == 'Release'">
<PropertyGroup Condition="$(TargetFramework.Contains('-android')) and '$(Configuration)' == 'Release' and '$(RuntimeIdentifier)' != ''">
<RuntimeIdentifiers>android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers>
</PropertyGroup>

Expand Down

0 comments on commit ccdf579

Please sign in to comment.