NewLife/LuckyClover

更新到最新dotnet运行时版本
大石头 authored at 2024-08-29 18:23:57
2f058cb
Tree
1 Parent(s) 4e36fda
Summary: 2 changed files with 4 additions and 4 deletions.
Modified +2 -2
Modified +2 -2
Modified +2 -2
diff --git a/Installer/NetRuntime.cs b/Installer/NetRuntime.cs
index fbb252f..e30b409 100644
--- a/Installer/NetRuntime.cs
+++ b/Installer/NetRuntime.cs
@@ -14,9 +14,9 @@ namespace Installer;
 public class NetRuntime
 {
     #region 静态定义
-    public const String Version6 = "6.0.31";
+    public const String Version6 = "6.0.33";
     public const String Version7 = "7.0.20";
-    public const String Version8 = "8.0.6";
+    public const String Version8 = "8.0.8";
     #endregion
 
     #region 属性
Modified +2 -2
diff --git a/LuckyClover/NetRuntime.cs b/LuckyClover/NetRuntime.cs
index 9646989..c014a9d 100644
--- a/LuckyClover/NetRuntime.cs
+++ b/LuckyClover/NetRuntime.cs
@@ -14,9 +14,9 @@ namespace LuckyClover;
 public class NetRuntime
 {
     #region 静态定义
-    public const String Version6 = "6.0.31";
+    public const String Version6 = "6.0.33";
     public const String Version7 = "7.0.20";
-    public const String Version8 = "8.0.6";
+    public const String Version8 = "8.0.8";
     #endregion
 
     #region 属性