Skip to content

Commit

Permalink
Rollback main to avalonia 10
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Jun 17, 2024
1 parent f630a1e commit 6de6326
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions DialogHost.Avalonia/DialogHost.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@
</Border>
</ControlTemplate>
</Setter>

<Style Selector="Rectangle#PART_ContentCover:not(.notransitions)">
<Setter Property="Transitions">
<Transitions>
<DoubleTransition Property="Opacity" Easing="LinearEasing" Duration="0.3" />
</Transitions>
</Setter>
</Style>

<Style Selector="^[IsOpen=True] /template/ Rectangle#PART_ContentCover">
<Setter Property="IsHitTestVisible" Value="True" />
Expand Down
10 changes: 5 additions & 5 deletions DialogHost.Demo/DialogHost.Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>DialogHostDemo</RootNamespace>
<IsPackable>false</IsPackable>
Expand All @@ -11,10 +11,10 @@
<AvaloniaResource Include="Assets\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.2" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.2" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.2" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.2" />
<PackageReference Include="Avalonia" Version="11.0.10" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.10" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.10" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.10" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.2" />
<PackageReference Include="Material.Icons.Avalonia" Version="2.0.1" />
</ItemGroup>
Expand Down

0 comments on commit 6de6326

Please sign in to comment.