diff --git a/UI/Navigation/src/Navigation/App.xaml.cs b/UI/Navigation/src/Navigation/App.xaml.cs index 11cb3dec3..284003b53 100644 --- a/UI/Navigation/src/Navigation/App.xaml.cs +++ b/UI/Navigation/src/Navigation/App.xaml.cs @@ -32,7 +32,7 @@ protected async override void OnLaunched(LaunchActivatedEventArgs args) MainWindow = builder.Window; #if DEBUG - MainWindow.EnableHotReload(); + MainWindow.UseStudio(); #endif MainWindow.SetWindowIcon(); @@ -107,12 +107,12 @@ private static void RegisterRoutes(IViewRegistry views, IRouteRegistry routes) new RouteMap("", View: views.FindByViewModel(), Nested: [ - new ("Main", View: views.FindByViewModel(), + new ("Main", View: views.FindByViewModel(), IsDefault: true, Nested: [ #region Page Navigation new ("PageNavigation", View: views.FindByViewModel(), IsDefault: true), - new ("Sample", View: views.FindByView(), DependsOn: "PageNavigation"), + new ("Sample", View: views.FindByView()), #endregion #region ContentControl Navigation @@ -143,7 +143,7 @@ private static void RegisterRoutes(IViewRegistry views, IRouteRegistry routes) #region Request a Value new ("RequestValueMain", View: views.FindByViewModel()), - new ("RequestValueSecond", View: views.FindByViewModel(), DependsOn: "RequestValueMain"), + new ("RequestValueSecond", View: views.FindByViewModel()), #endregion #region Message Dialog @@ -158,13 +158,13 @@ private static void RegisterRoutes(IViewRegistry views, IRouteRegistry routes) new ("ComplexFlyout", View: views.FindByView(), Nested: [ new ("ComplexFlyoutOne", View: views.FindByViewModel(), IsDefault:true), - new ("ComplexFlyoutSecond", View: views.FindByViewModel(), DependsOn: "ComplexFlyoutOne") + new ("ComplexFlyoutSecond", View: views.FindByViewModel()) ]), #endregion #region ToFromQuery new ("ToFromQueryMain", View: views.FindByViewModel()), - new ("ToFromQuery", View: views.FindByViewModel(), DependsOn: "ToFromQueryMain"), + new ("ToFromQuery", View: views.FindByViewModel()), #endregion #region Flyout Drawer diff --git a/UI/Navigation/src/Navigation/Navigation.csproj b/UI/Navigation/src/Navigation/Navigation.csproj index e6c8a7059..ca569d23f 100644 --- a/UI/Navigation/src/Navigation/Navigation.csproj +++ b/UI/Navigation/src/Navigation/Navigation.csproj @@ -1,13 +1,6 @@ - - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.19041; - net8.0-desktop; - net8.0-browserwasm; - + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true @@ -29,11 +22,7 @@ the "Microsoft.Windows.SDK.BuildTools" package above, and the "revision" version number must be the highest found in https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref. --> - - - - - 10.0.19041.38 +