Skip to content

Commit

Permalink
Added some cool Avalonia packages from nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed May 14, 2024
1 parent 713c281 commit d67873a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FinModelUtility/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<AvaloniaVersion>11.0.2</AvaloniaVersion>
<AvaloniaVersion>11.0.7</AvaloniaVersion>
</PropertyGroup>

<PropertyGroup Condition="$(MSBuildProjectName.Contains('Tests'))">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aura.UI" Version="0.1.4.2" />
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.ReactiveUI" Version="$(AvaloniaVersion)" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" />
<PackageReference Include="AvaloniaColorPicker" Version="1.4.0" />
<PackageReference Include="AvaloniaControlsToolBar" Version="0.0.1" />
<PackageReference Include="AvaloniaUIRibbon" Version="1.1.0-beta" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="UVtools.AvaloniaControls" Version="3.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:textboxes="clr-namespace:uni.ui.avalonia.common.textboxes"
xmlns:treeViews="clr-namespace:uni.ui.avalonia.common.treeViews"
xmlns:global="clr-namespace:"
xmlns:controls="clr-namespace:uni.ui.avalonia.common.controls"
mc:Ignorable="d" d:DesignWidth="300" d:DesignHeight="450"
x:Class="uni.ui.avalonia.common.treeViews.FilterTreeView"
Expand Down

0 comments on commit d67873a

Please sign in to comment.