Skip to content

Commit 8e97e0f

Browse files
committed
Updated references to Avalonia NuGet packages in TrayIcon.csproj to the latest release.
1 parent 0a47b26 commit 8e97e0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Avalonia.Samples/DesktopIntegration/TrayIcon/TrayIcon.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.0" />
11-
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.0" />
12-
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.0" />
13-
<PackageReference Include="Avalonia.Desktop" Version="11.2.0" />
14-
<PackageReference Include="Avalonia.Diagnostics" Version="11.2.0" />
15-
<PackageReference Include="Avalonia.Remote.Protocol" Version="11.2.0" />
10+
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.8" />
11+
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.8" />
12+
<PackageReference Include="Avalonia.ReactiveUI" Version="11.3.8" />
13+
<PackageReference Include="Avalonia.Desktop" Version="11.3.8" />
14+
<PackageReference Include="Avalonia.Diagnostics" Version="11.3.8" />
15+
<PackageReference Include="Avalonia.Remote.Protocol" Version="11.3.8" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)