Skip to content

Commit 23e47dd

Browse files
authored
Merge pull request #173 from CodebreakerApp/dependabot/nuget/Avalonia-11.0.10
Bump Avalonia from 11.0.9 to 11.0.10
2 parents 533041f + 09f9927 commit 23e47dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/CodeBreaker.Avalonia/CodeBreaker.Avalonia/CodeBreaker.Avalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
27-
<PackageReference Include="Avalonia" Version="11.0.9" />
27+
<PackageReference Include="Avalonia" Version="11.0.10" />
2828
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.9" />
2929
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.9" />
3030
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<Nullable>enable</Nullable>
4-
<AvaloniaVersion>11.0.9</AvaloniaVersion>
4+
<AvaloniaVersion>11.0.10</AvaloniaVersion>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)