Skip to content

Commit

Permalink
Update Avalonia to 11.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Aug 27, 2024
1 parent c5593b1 commit 2d016cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SupportCompanion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.11" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.11" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.11" />
<PackageReference Include="Avalonia" Version="11.1.3" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.3" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.3" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.11" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.11" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.3" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.1.3" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2"/>
<PackageReference Include="Material.Icons.Avalonia" Version="2.1.9"/>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.5"/>
Expand Down

0 comments on commit 2d016cf

Please sign in to comment.