Skip to content

Commit

Permalink
Tries to update to avalonia 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Jan 3, 2025
1 parent a898cdf commit 607117b
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions DialogHost.Demo/DialogHost.Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>DialogHostDemo</RootNamespace>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Models\" />
<AvaloniaResource Include="Assets\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.1.3" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.3" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.1.3" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.1.3" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.3" />
<PackageReference Include="Material.Icons.Avalonia" Version="2.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DialogHost.Avalonia\DialogHost.Avalonia.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>DialogHostDemo</RootNamespace>
<IsPackable>false</IsPackable>

<AvaloniaVersion>11.2.3</AvaloniaVersion>
</PropertyGroup>
<ItemGroup>
<Folder Include="Models\"/>
<AvaloniaResource Include="Assets\**"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)"/>
<PackageReference Include="Avalonia.Desktop" Version="$(AvaloniaVersion)"/>
<PackageReference Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)"/>
<PackageReference Include="Avalonia.ReactiveUI" Version="$(AvaloniaVersion)"/>
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVersion)"/>
<PackageReference Include="Material.Icons.Avalonia" Version="2.1.0"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DialogHost.Avalonia\DialogHost.Avalonia.csproj"/>
</ItemGroup>
</Project>

0 comments on commit 607117b

Please sign in to comment.