Skip to content

Commit

Permalink
Bug, 解决TFM选择Win10时无法兼容为XP
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed May 5, 2024
1 parent c745570 commit 73d17a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Nuget/VC-LTL.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<dependency id="YY.NuGet.Import.Helper" version="1.0.0.4" />
</group>
<group targetFramework="net8.0-windows7.0">
<!--虽然YY-Thunks从1.0.10-Beta2开始才解决Windows Vista、Windows 7的一些API缺失问题。
但是1.0.10-Beta3开始直接支持在.NET AOT使用
<!--
YY-Thunks 1.0.10-Beta2开始才解决Windows XP、Windows Vista、Windows 7的API缺失问题
YY-Thunks 1.0.10-Beta3开始直接支持在.NET Native AOT使用
YY-Thunks 1.0.10-Beta4开始解决兼容XP时PE头部的最小系统版本不更新问题
-->
<dependency id="YY-Thunks" version="[1.0.10-Beta3,)"/>
</group>
<group targetFramework="net8.0-windows8.0">
<dependency id="YY-Thunks" version="[1.0.10-Beta4,)"/>
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 73d17a9

Please sign in to comment.