We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 533041f + 09f9927 commit 23e47ddCopy full SHA for 23e47dd
2 files changed
src/CodeBreaker.Avalonia/CodeBreaker.Avalonia/CodeBreaker.Avalonia.csproj
@@ -24,7 +24,7 @@
24
25
<ItemGroup>
26
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
27
- <PackageReference Include="Avalonia" Version="11.0.9" />
+ <PackageReference Include="Avalonia" Version="11.0.10" />
28
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.9" />
29
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.9" />
30
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
src/CodeBreaker.Avalonia/Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
<Nullable>enable</Nullable>
4
- <AvaloniaVersion>11.0.9</AvaloniaVersion>
+ <AvaloniaVersion>11.0.10</AvaloniaVersion>
5
</PropertyGroup>
6
</Project>
0 commit comments