Skip to content

Commit

Permalink
migration to Avalonia 11
Browse files Browse the repository at this point in the history
  • Loading branch information
aboimpinto committed Oct 26, 2023
1 parent 920e51f commit ad4137a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/MvvmDemo.Avalonia/MvvmDemo.Avalonia.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>net7.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.0"/>
<PackageReference Include="Avalonia.Desktop" Version="0.10.0"/>
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.0"/>
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0"/>
<PackageReference Include="Avalonia" Version="11.0.5" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.5" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.5" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.5" />

<AvaloniaResource Include="Assets/*" />
</ItemGroup>
Expand Down

0 comments on commit ad4137a

Please sign in to comment.