Skip to content

Commit

Permalink
installed dataGrid nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
cabiste69 committed Jul 22, 2023
1 parent 633270f commit 205e582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@

<Application.Styles>
<FluentTheme />
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml"/>
</Application.Styles>
</Application>
1 change: 1 addition & 0 deletions CatApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.0.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.0" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.0" />
Expand Down

0 comments on commit 205e582

Please sign in to comment.