We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c2947 commit 89ab3a3Copy full SHA for 89ab3a3
samples/LoginApp.Avalonia/LoginApp.Avalonia.csproj
@@ -14,7 +14,7 @@
14
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVersion)" />
15
<PackageReference Include="Avalonia.Fonts.Inter" Version="$(AvaloniaVersion)" />
16
<PackageReference Include="Avalonia.ReactiveUI" Version="$(AvaloniaVersion)" />
17
- <PackageReference Include="MessageBox.Avalonia" Version="3.1.5.1" />
+ <PackageReference Include="MessageBox.Avalonia" Version="3.1.6" />
18
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
19
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" />
20
</ItemGroup>
0 commit comments