Skip to content

Commit

Permalink
Merge pull request #85 from geefr/avalonia-update
Browse files Browse the repository at this point in the history
Update Avalonia to 0.10.0
  • Loading branch information
geefr authored Mar 6, 2021
2 parents 7a363ba + 30f7f29 commit 781a987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Beataroni/Beataroni/Beataroni.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</AvaloniaXaml>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.9.12" />
<PackageReference Include="Avalonia.Desktop" Version="0.9.12" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.12" />
<PackageReference Include="Avalonia" Version="0.10.0" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.0" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="Views\ModInstallView.xaml.cs">
Expand Down

0 comments on commit 781a987

Please sign in to comment.