Skip to content

Commit

Permalink
Merge pull request #390 from AvaloniaCommunity/fixDependencies
Browse files Browse the repository at this point in the history
Changes dependency for DataGrid and Dialogs to Material.Avalonia
  • Loading branch information
SKProCH committed Jul 27, 2024
2 parents 90e78b6 + 8db74c2 commit 000cff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Material.Styles\Material.Styles.csproj" />
<ProjectReference Include="..\Material.Avalonia\Material.Avalonia.csproj"/>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Material.Avalonia.Dialogs/Material.Avalonia.Dialogs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Material.Styles\Material.Styles.csproj"/>
<ProjectReference Include="..\Material.Avalonia\Material.Avalonia.csproj"/>
</ItemGroup>

</Project>

0 comments on commit 000cff2

Please sign in to comment.