Skip to content

Commit 8e57447

Browse files
committed
Update
1 parent 7509047 commit 8e57447

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

ShadowViewer.Core

ShadowViewer/MainWindow.xaml.cs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Diagnostics;
4-
using System.IO;
5-
using ShadowViewer.Core.Services;
61
using DryIoc;
2+
using Microsoft.UI.Windowing;
73
using Microsoft.UI.Xaml;
8-
using ShadowPluginLoader.WinUI;
9-
using ShadowViewer.ViewModels;
4+
using Microsoft.UI.Xaml.Controls;
105
using Serilog;
6+
using ShadowPluginLoader.WinUI;
7+
using ShadowViewer.Core;
118
using ShadowViewer.Core.Cache;
129
using ShadowViewer.Core.Helpers;
1310
using ShadowViewer.Core.Models;
14-
using ShadowViewer.Core;
11+
using ShadowViewer.Core.Services;
12+
using ShadowViewer.Core.Settings;
13+
using ShadowViewer.Pages;
1514
using ShadowViewer.Plugin.Local;
1615
using ShadowViewer.Plugin.PluginManager;
1716
using ShadowViewer.Services;
17+
using ShadowViewer.ViewModels;
1818
using SqlSugar;
19+
using System;
20+
using System.Collections.Generic;
21+
using System.Diagnostics;
22+
using System.IO;
1923
using System.Threading.Tasks;
20-
using Microsoft.UI.Xaml.Controls;
21-
using ShadowViewer.Pages;
22-
using CustomExtensions.WinUI;
23-
using Microsoft.UI.Windowing;
24-
using ShadowViewer.Core.Settings;
2524

2625
namespace ShadowViewer;
2726

@@ -73,6 +72,7 @@ private async void Content_Loaded(object sender, RoutedEventArgs e)
7372
var navigateService = DiFactory.Services.Resolve<INavigateService>();
7473
if (firstUri != null) navigateService.Navigate(firstUri);
7574
caller.AppLoaded();
75+
7676
}
7777

7878
/// <summary>

ShadowViewer/ShadowViewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<ItemGroup>
9999
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
100100
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
101-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250205002" />
101+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250401001" />
102102
<PackageReference Include="WinUIEx" Version="2.5.1" />
103103

104104
</ItemGroup>

0 commit comments

Comments
 (0)