We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7624e commit a0bbf8aCopy full SHA for a0bbf8a
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.2.0" />
+ <PackageReference Include="MessageBox.Avalonia" Version="3.3.0" />
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