Skip to content

Commit f760c40

Browse files
committed
移除对 Windows 10 的支持
1 parent 3623c7b commit f760c40

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Edge.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
4-
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
5-
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
6-
<WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
4+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
5+
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
6+
<WindowsSdkPackageVersion>10.0.26100.57</WindowsSdkPackageVersion>
77
<RootNamespace>Edge</RootNamespace>
88
<ApplicationManifest>app.manifest</ApplicationManifest>
99
<Platforms>x86;x64;ARM64</Platforms>
@@ -41,7 +41,7 @@
4141
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0-preview2" />
4242
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.2.241112-preview1" />
4343
<PackageReference Include="CommunityToolkit.WinUI.Converters" Version="8.2.241112-preview1" />
44-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2792.45" />
44+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2950-prerelease" />
4545
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106" />
4646
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241106002" />
4747
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
## 使用本软件的最低要求
6262

6363
1. 最新版本的 [Microsoft Edge WebView2 Runtime](https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/)
64-
2. Windows 10 Build 19041+ 或 Windows 11 系统
64+
2. Windows 11 21H2 (Build 22000.0) 或更高版本
6565

6666
## 如何从源代码构建
6767

6868
1. [Visual Studio 2022 Community](https://visualstudio.microsoft.com/zh-hans/vs/)
6969
2. 确保安装 `.NET 桌面开发``通用 Windows 平台开发` 等组件
70-
3. [.NET 8.0](https://dotnet.microsoft.com/zh-cn/download/dotnet/8.0)
70+
3. [.NET 9.0](https://dotnet.microsoft.com/zh-cn/download/dotnet/9.0)
7171
4. `NuGet`

0 commit comments

Comments
 (0)