Skip to content

Commit

Permalink
added RuntimeIdentifier for AOT test project, for android target
Browse files Browse the repository at this point in the history
  • Loading branch information
vividos committed Dec 7, 2024
1 parent 284a03f commit 513db23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App/AotTest/WhereToFly.App.AotTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
</PropertyGroup>

<PropertyGroup Condition=" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android' ">
<RuntimeIdentifier>android-arm64</RuntimeIdentifier>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\Geo\WhereToFly.Geo.csproj" />
<ProjectReference Include="..\..\Shared\Model\WhereToFly.Shared.Model.csproj" />
Expand Down

0 comments on commit 513db23

Please sign in to comment.