Skip to content

Commit

Permalink
RogueLegacy.Core should explicitly target NativeAOT
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Dec 2, 2024
1 parent 7d4b5d2 commit 64c97c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RogueLegacy.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<PropertyGroup>
<PublishAot>true</PublishAot>
</PropertyGroup>
<!--<Import Project="$(SolutionDir)NativeAOT_Console.targets" Condition="Exists('$(SolutionDir)NativeAOT_Console.targets')" />-->

<ItemGroup>
<ProjectReference Include="..\FNA\FNA.Core.csproj">
<Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
Expand Down

0 comments on commit 64c97c2

Please sign in to comment.