diff --git a/src/AvaloniaInside.Shell/AvaloniaInside.Shell.csproj b/src/AvaloniaInside.Shell/AvaloniaInside.Shell.csproj
index 35dcff5..2bd971c 100644
--- a/src/AvaloniaInside.Shell/AvaloniaInside.Shell.csproj
+++ b/src/AvaloniaInside.Shell/AvaloniaInside.Shell.csproj
@@ -24,7 +24,7 @@
-
+
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index 3af1919..e6419fc 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -10,13 +10,13 @@
-
+
-
+
diff --git a/src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator.Desktop/Program.cs b/src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator.Desktop/Program.cs
index f7e8418..09af2de 100644
--- a/src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator.Desktop/Program.cs
+++ b/src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator.Desktop/Program.cs
@@ -1,6 +1,5 @@
using System;
using Avalonia;
-using Avalonia.ReactiveUI;
using AvaloniaInside.Shell;
namespace ShellBottomCustomNavigator.Desktop;
@@ -20,6 +19,5 @@ public static AppBuilder BuildAvaloniaApp()
.UsePlatformDetect()
.WithInterFont()
.LogToTrace()
- .UseReactiveUI()
.UseShell();
}
\ No newline at end of file
diff --git a/src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator/ShellBottomCustomNavigator.csproj b/src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator/ShellBottomCustomNavigator.csproj
index c92f5fb..97e6e2e 100644
--- a/src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator/ShellBottomCustomNavigator.csproj
+++ b/src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator/ShellBottomCustomNavigator.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/src/Example/ShellExample/ShellExample.Desktop/Program.cs b/src/Example/ShellExample/ShellExample.Desktop/Program.cs
index f05156b..29a6e2d 100644
--- a/src/Example/ShellExample/ShellExample.Desktop/Program.cs
+++ b/src/Example/ShellExample/ShellExample.Desktop/Program.cs
@@ -1,6 +1,5 @@
using System;
using Avalonia;
-using Avalonia.ReactiveUI;
using AvaloniaInside.Shell;
namespace ShellExample.Desktop;
@@ -19,6 +18,5 @@ public static AppBuilder BuildAvaloniaApp()
=> AppBuilder.Configure()
.UsePlatformDetect()
.LogToTrace()
- .UseReactiveUI()
.UseShell();
}
diff --git a/src/Example/ShellExample/ShellExample/ShellExample.csproj b/src/Example/ShellExample/ShellExample/ShellExample.csproj
index 9400a42..88c25b1 100644
--- a/src/Example/ShellExample/ShellExample/ShellExample.csproj
+++ b/src/Example/ShellExample/ShellExample/ShellExample.csproj
@@ -13,7 +13,7 @@
-
+