File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11using Avalonia ;
2- using Avalonia . ReactiveUI ;
32using System ;
43
54namespace UI . Avalonia ;
@@ -19,6 +18,5 @@ public static AppBuilder BuildAvaloniaApp()
1918 => AppBuilder . Configure < App > ( )
2019 . UsePlatformDetect ( )
2120 . WithInterFont ( )
22- . LogToTrace ( )
23- . UseReactiveUI ( ) ;
21+ . LogToTrace ( ) ;
2422}
Original file line number Diff line number Diff line change 6161 <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 11.2.7" />
6262 <!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
6363 <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" 11.2.7" />
64- <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.2.7" />
6564 <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.4.0" />
6665 <PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 6.0.0" />
6766 </ItemGroup >
You can’t perform that action at this time.
0 commit comments