Skip to content

Commit 5802239

Browse files
committed
升级至 .NET 10 与最新 Windows SDK 及依赖包
本次提交将项目目标框架升级至 .NET 10,并同步提升 Windows SDK 及相关依赖包版本,包括 Depository、Microsoft.WindowsAppSDK(预览版)和 BuildTools。global.json 的 SDK 版本也更新为 10.0.100,以支持新平台和特性。此举为后续新功能开发和兼容性打下基础。
1 parent 0c3c519 commit 5802239

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

HyPlayer.PlayCore.Demo.AudioGraph.WinUI3/HyPlayer.PlayCore.Demo.AudioGraph.WinUI3.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
4-
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
4+
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
55
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
66
<RootNamespace>HyPlayer.PlayCore.Demo.AudioGraph.WinUI3</RootNamespace>
77
<ApplicationManifest>app.manifest</ApplicationManifest>
@@ -30,9 +30,9 @@
3030

3131
<ItemGroup>
3232
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
33-
<PackageReference Include="Depository" Version="3.2.0" />
34-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" />
35-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
33+
<PackageReference Include="Depository" Version="3.2.2" />
34+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="2.0.0-experimental3" />
35+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.1-RTM" />
3636
<Manifest Include="$(ApplicationManifest)" />
3737
</ItemGroup>
3838

HyPlayer.PlayCore.Implementation.AudioGraph/HyPlayer.PlayCore.Implementation.AudioGraphService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net10.0-windows</TargetFramework>
44
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
55
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
6-
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
6+
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
77
<UseRidGraph>true</UseRidGraph>
88
<RuntimeIdentifiers>win10-x64;win10-arm64;</RuntimeIdentifiers>
99
<RootNamespace>HyPlayer.PlayCore.Implementation.AudioGraphService</RootNamespace>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.303",
3+
"version": "10.0.100",
44
"rollForward": "latestMinor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)