Skip to content

Commit

Permalink
Add proper RootMode for DataGrid project (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH authored Jul 28, 2024
1 parent 000cff2 commit 5bbca57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<ItemGroup>
<RuntimeHostConfigurationOption Include="MaterialThemeIncludeDataGrid" Value="true"/>
<!--To exclude this library from trimming-->
<TrimmerRootAssembly Include="Material.Avalonia.DataGrid"/>
<TrimmerRootAssembly Include="Material.Avalonia.DataGrid" RootMode="library"/>
</ItemGroup>
</Project>

0 comments on commit 5bbca57

Please sign in to comment.