Skip to content

Commit

Permalink
hacking aot thing to pass release build
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Oct 10, 2024
1 parent 5c69dfd commit 37b0143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NativeAot/NativeAot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PackageReference Include="Terminal.Gui" Version="[2.0.0-v2-develop.2189,3)" />
<TrimmerRootAssembly Include="Terminal.Gui" />
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
<TrimmerRootAssembly Include="Terminal.Gui" />
</ItemGroup>

</Project>

0 comments on commit 37b0143

Please sign in to comment.