Skip to content

Commit 365ff98

Browse files
committed
🚀 升级 .NET 10.0 并同步依赖子模块版本
升级 .NET 版本至 10.0,项目版本号同步提升。调整 Windows 平台 TargetFrameworks,移除对 android、ios、maccatalyst 的支持,仅保留 macos 和 windows10.0.19041。各主要子模块依赖同步更新。
1 parent 6f3eb5e commit 365ff98

7 files changed

Lines changed: 10 additions & 9 deletions

File tree

ref/Gameloop.Vdf

src/Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project>
22
<PropertyGroup>
3-
<DotNet_Version>9.0</DotNet_Version>
3+
<DotNet_Version>10.0</DotNet_Version>
44
<NoWarn>$(NoWarn);NU1507;1591;SA1612</NoWarn>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
77
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
88
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<IsTrimmable>true</IsTrimmable>
11-
<!--<Version>1.yy.1MMdd.1hhmm</Version>-->
12-
<Version>1.23.10626.11400</Version>
11+
<!--<Version>1.yy.2MMdd.1hhmm</Version>-->
12+
<Version>1.26.20130.10000</Version>
1313
<PackageIconUrl>https://avatars.githubusercontent.com/u/79355691?s=200&amp;v=4</PackageIconUrl>
1414
<Company>长沙次元超越科技有限公司</Company>
1515
<Copyright>©️ $(Company). All rights reserved.</Copyright>

src/TFM_NETX_WITH_ALL.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project>
22
<PropertyGroup>
33
<TargetFrameworks>net$(DotNet_Version)</TargetFrameworks>
4-
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net$(DotNet_Version)-android;net$(DotNet_Version)-ios;net$(DotNet_Version)-macos;net$(DotNet_Version)-maccatalyst;net$(DotNet_Version)-windows10.0.19041</TargetFrameworks>
4+
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net$(DotNet_Version)-macos;net$(DotNet_Version)-windows10.0.19041</TargetFrameworks>
5+
<!--<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net$(DotNet_Version)-android;net$(DotNet_Version)-ios;net$(DotNet_Version)-macos;net$(DotNet_Version)-maccatalyst;net$(DotNet_Version)-windows10.0.19041</TargetFrameworks>-->
56
<!--<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('osx'))">$(TargetFrameworks);net$(DotNet_Version)-android;net$(DotNet_Version)-ios;net$(DotNet_Version)-macos;net$(DotNet_Version)-maccatalyst</TargetFrameworks>-->
67
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('osx'))">$(TargetFrameworks);net$(DotNet_Version)-ios;net$(DotNet_Version)-macos;net$(DotNet_Version)-maccatalyst</TargetFrameworks>
78
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('linux'))">$(TargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)