Skip to content

Commit a7838c8

Browse files
committed
avalonia: update to Avalonia 0.10.7
Update to the latest version of Avalonia to fix various rendering problems including, shadow issues on macOS, and DPI issues on macOS. Fixes #408.
1 parent ad51861 commit a7838c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shared/Microsoft.Git.CredentialManager.UI.Avalonia/Microsoft.Git.CredentialManager.UI.Avalonia.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Avalonia" Version="0.10.0" />
14-
<PackageReference Include="Avalonia.Desktop" Version="0.10.0" />
15-
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.0" />
13+
<PackageReference Include="Avalonia" Version="0.10.7" />
14+
<PackageReference Include="Avalonia.Desktop" Version="0.10.7" />
15+
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.7" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)