Skip to content

Commit a94ac53

Browse files
chore(deps): update avalonia monorepo to 11.3.5
1 parent 9419bae commit a94ac53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

interface/AvaloniaUI_debug_interface/debug_interface/debug_interface.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636

3737

3838
<ItemGroup>
39-
<PackageReference Include="Avalonia" Version="11.3.0" />
40-
<PackageReference Include="Avalonia.Desktop" Version="11.3.0" />
41-
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.0" />
42-
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.0" />
39+
<PackageReference Include="Avalonia" Version="11.3.5" />
40+
<PackageReference Include="Avalonia.Desktop" Version="11.3.5" />
41+
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.5" />
42+
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.5" />
4343
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
44-
<PackageReference Include="Avalonia.Diagnostics" Version="11.3.0">
44+
<PackageReference Include="Avalonia.Diagnostics" Version="11.3.5">
4545
<IncludeAssets Condition="'$(Configuration)' != 'Debug'">None</IncludeAssets>
4646
<PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>
4747
</PackageReference>

0 commit comments

Comments
 (0)