NewLife/LuckyClover

升级运行时8.0.21/9.0.10
智能大石头 authored at 2025-10-15 09:09:37
32df3b8
Tree
1 Parent(s) 4e74687
Summary: 8 changed files with 11 additions and 11 deletions.
Modified +2 -2
Modified +2 -2
Modified +1 -1
Modified +1 -1
Modified +2 -2
Modified +1 -1
Modified +1 -1
Modified +1 -1
Modified +2 -2
diff --git a/Installer/NetRuntime.cs b/Installer/NetRuntime.cs
index 9172f4e..ceb8686 100644
--- a/Installer/NetRuntime.cs
+++ b/Installer/NetRuntime.cs
@@ -16,8 +16,8 @@ public class NetRuntime
     #region 静态定义
     public const String Version6 = "6.0.36";
     public const String Version7 = "7.0.20";
-    public const String Version8 = "8.0.20";
-    public const String Version9 = "9.0.9";
+    public const String Version8 = "8.0.21";
+    public const String Version9 = "9.0.10";
     #endregion
 
     #region 属性
Modified +2 -2
diff --git a/Installer45/Installer45.csproj b/Installer45/Installer45.csproj
index c2d4e93..c65e168 100644
--- a/Installer45/Installer45.csproj
+++ b/Installer45/Installer45.csproj
@@ -47,8 +47,8 @@
   </ItemGroup>
 
   <ItemGroup>
-    <PackageReference Include="NewLife.Core" Version="11.6.2025.801" />
-    <PackageReference Include="NewLife.Stardust" Version="3.4.2025.801" />
+    <PackageReference Include="NewLife.Core" Version="11.7.2025.1001" />
+    <PackageReference Include="NewLife.Stardust" Version="3.4.2025.1001" />
   </ItemGroup>
 
   <ItemGroup>
Modified +1 -1
diff --git a/LuckyAOT/LuckyAOT.csproj b/LuckyAOT/LuckyAOT.csproj
index 97569b1..10e95cb 100644
--- a/LuckyAOT/LuckyAOT.csproj
+++ b/LuckyAOT/LuckyAOT.csproj
@@ -51,6 +51,6 @@
   <ItemGroup>
     <PackageReference Include="PublishAotCompressed" Version="1.0.5" />
     <PackageReference Include="VC-LTL" Version="5.2.2" />
-    <PackageReference Include="YY-Thunks" Version="1.1.7" />
+    <PackageReference Include="YY-Thunks" Version="1.1.8" />
   </ItemGroup>
 </Project>
Modified +1 -1
diff --git a/LuckyClover/LuckyClover.csproj b/LuckyClover/LuckyClover.csproj
index 821439c..bc96965 100644
--- a/LuckyClover/LuckyClover.csproj
+++ b/LuckyClover/LuckyClover.csproj
@@ -56,7 +56,7 @@
   <ItemGroup>
     <PackageReference Include="PublishAotCompressed" Version="1.0.5" />
     <PackageReference Include="VC-LTL" Version="5.2.2" />
-    <PackageReference Include="YY-Thunks" Version="1.1.7" />
+    <PackageReference Include="YY-Thunks" Version="1.1.8" />
   </ItemGroup>
 
   <ItemGroup>
Modified +2 -2
diff --git a/LuckyClover/NetRuntime.cs b/LuckyClover/NetRuntime.cs
index 32a95b6..e9cd4d9 100644
--- a/LuckyClover/NetRuntime.cs
+++ b/LuckyClover/NetRuntime.cs
@@ -16,8 +16,8 @@ public class NetRuntime
     #region 静态定义
     public const String Version6 = "6.0.36";
     public const String Version7 = "7.0.20";
-    public const String Version8 = "8.0.20";
-    public const String Version9 = "9.0.9";
+    public const String Version8 = "8.0.21";
+    public const String Version9 = "9.0.10";
     #endregion
 
     #region 属性
Modified +1 -1
diff --git a/Scripts/net.sh b/Scripts/net.sh
index c987a3f..9ad9b01 100644
--- a/Scripts/net.sh
+++ b/Scripts/net.sh
@@ -2,7 +2,7 @@
 
 # 获取处理器架构
 arch=$(uname -m)
-ver="9.0.9"
+ver="9.0.10"
 prefix="aspnetcore-runtime-$ver-linux"
 source="http://x.newlifex.com"
 
Modified +1 -1
diff --git a/Scripts/net8.sh b/Scripts/net8.sh
index 91082ee..1b04db5 100644
--- a/Scripts/net8.sh
+++ b/Scripts/net8.sh
@@ -2,7 +2,7 @@
 
 # 获取处理器架构
 arch=$(uname -m)
-ver="8.0.20"
+ver="8.0.21"
 prefix="aspnetcore-runtime-$ver-linux"
 source="http://x.newlifex.com"
 
Modified +1 -1
diff --git a/Scripts/net9.sh b/Scripts/net9.sh
index c987a3f..9ad9b01 100644
--- a/Scripts/net9.sh
+++ b/Scripts/net9.sh
@@ -2,7 +2,7 @@
 
 # 获取处理器架构
 arch=$(uname -m)
-ver="9.0.9"
+ver="9.0.10"
 prefix="aspnetcore-runtime-$ver-linux"
 source="http://x.newlifex.com"