Skip to content

Commit

Permalink
Fix WASM demo datagrid importing
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Mar 20, 2024
1 parent 79961c6 commit c1a29f5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
<ProjectReference Include="..\Material.Avalonia.Demo\Material.Avalonia.Demo.csproj"/>
</ItemGroup>

<!--Since Material.Avalonia.DataGrid included as a ProjectReference, auto-imports doesn't work properly-->
<ItemGroup>
<RuntimeHostConfigurationOption Include="MaterialThemeIncludeDataGrid" Value="true" />
<RuntimeHostConfigurationOption Include="MaterialThemeIncludeDataGrid" Value="true"/>
<TrimmerRootAssembly Include="Material.Avalonia.DataGrid"/>
</ItemGroup>
</Project>

0 comments on commit c1a29f5

Please sign in to comment.