Skip to content

Commit

Permalink
Merge pull request #69 from ashotjanibekyan/dependabot/nuget/multi-15…
Browse files Browse the repository at this point in the history
…c16d512c

Bump Avalonia and Avalonia.Desktop
  • Loading branch information
ashotjanibekyan authored Dec 8, 2024
2 parents 043ae9a + 452a5e4 commit 0f190fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CrossWikiEditor/CrossWikiEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.2.0"/>
<PackageReference Include="Avalonia" Version="11.2.2"/>
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.1.0"/>
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.2.0"/>
<PackageReference Include="Avalonia.Desktop" Version="11.2.0"/>
<PackageReference Include="Avalonia.Desktop" Version="11.2.2"/>
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.0"/>
<PackageReference Include="Avalonia.HtmlRenderer" Version="11.0.0"/>
Expand Down

0 comments on commit 0f190fb

Please sign in to comment.