Skip to content

Commit

Permalink
Merge pull request #10 from BAndysc/avalonia-0.10.7
Browse files Browse the repository at this point in the history
Update Avalonia to 0.10.7
  • Loading branch information
OmidID authored Aug 24, 2021
2 parents dbcbad6 + 37cdcb8 commit 8930fea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build/AvaloniaDependency.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.6" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.6" />
<PackageReference Update="Avalonia.Diagnostics" Version="0.10.6" />
<PackageReference Include="Avalonia.LinuxFramebuffer" Version="0.10.6" />
<PackageReference Include="Avalonia.Markup.Xaml.Loader" Version="0.10.6" />
<PackageReference Include="Avalonia" Version="0.10.7" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.7" />
<PackageReference Update="Avalonia.Diagnostics" Version="0.10.7" />
<PackageReference Include="Avalonia.LinuxFramebuffer" Version="0.10.7" />
<PackageReference Include="Avalonia.Markup.Xaml.Loader" Version="0.10.7" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion build/SampleApp.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Serilog.Sinks.Trace" Version="2.1.0" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.6" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.7" />
</ItemGroup>
<ItemGroup>
<Folder Include="Views\" />
Expand Down

0 comments on commit 8930fea

Please sign in to comment.