Skip to content

Commit

Permalink
modify: Update Avalonia version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzh0816 committed Aug 10, 2024
1 parent 2b05ca1 commit b61a64e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions SukiUI/SukiUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.1.1" />
<PackageReference Include="Avalonia.Skia" Version="11.1.1" />
<PackageReference Include="Avalonia" Version="11.1.2" />
<PackageReference Include="Avalonia.Skia" Version="11.1.2" />
<PackageReference Include="SkiaSharp" Version="2.88.8" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.1" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.1.1" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.2" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.1.2" />
<PackageReference Include="ReactiveUI" Version="20.1.1" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion UotanToolbox/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<common:ViewLocator />
</Application.DataTemplates>
<Application.Styles>
<FluentTheme />
<StyleInclude Source="avares://Avalonia.Controls.ColorPicker/Themes/Fluent/Fluent.xaml" />
<sukiUi:SukiTheme ThemeColor="Red" />
<StyleInclude Source="avares://UotanToolbox/Styles/ShowMeTheXamlStyles.axaml" />
Expand Down
11 changes: 5 additions & 6 deletions UotanToolbox/UotanToolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.1.1" />
<PackageReference Include="Avalonia.Controls.ColorPicker" Version="11.1.1" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.1" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.1" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.1" />
<PackageReference Include="Avalonia" Version="11.1.2" />
<PackageReference Include="Avalonia.Controls.ColorPicker" Version="11.1.2" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.2" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.2" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.1" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Material.Icons.Avalonia" Version="2.1.10" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
Expand Down

0 comments on commit b61a64e

Please sign in to comment.