Pārlūkot izejas kodu

依赖库更新

Shun 2 gadi atpakaļ
vecāks
revīzija
eed8e2a842

+ 3 - 3
src/YSAI.Core/YSAI.Core.csproj

@@ -3,7 +3,7 @@
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-    <Version>23.318.21673</Version>
+    <Version>23.318.22555</Version>
     <PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
     <PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
     <Authors>Shun</Authors>
@@ -20,7 +20,7 @@
     <PackageReference Include="StackExchange.Redis" Version="2.7.4" />
     <PackageReference Include="Microsoft.ClearScript" Version="7.4.4" />
     <PackageReference Include="System.IO.Ports" Version="7.0.0" />
-    <PackageReference Include="YSAI.Log" Version="23.318.21146" />
-    <PackageReference Include="YSAI.Unility" Version="23.318.21146" />
+    <PackageReference Include="YSAI.Log" Version="23.318.22134" />
+    <PackageReference Include="YSAI.Unility" Version="23.318.22134" />
   </ItemGroup>
 </Project>

+ 1 - 1
src/YSAI.Log/YSAI.Log.csproj

@@ -3,7 +3,7 @@
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-    <Version>23.318.21146</Version>
+    <Version>23.318.22134</Version>
     <PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
     <PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
     <Authors>Shun</Authors>

+ 1 - 1
src/YSAI.Unility/YSAI.Unility.csproj

@@ -3,7 +3,7 @@
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-    <Version>23.318.21146</Version>
+    <Version>23.318.22134</Version>
     <PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
     <PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
     <Authors>Shun</Authors>

+ 2 - 0
src/YSAI.VT/Program.cs

@@ -14,6 +14,7 @@ namespace YSAI.VT
             //【注意:更新完后请注释掉】
             List<string> strings = new List<string>
             {
+#if RELEASE
                 //"YSAI.Core",
                 //"YSAI.Log",
                 //"YSAI.Unility",
@@ -32,6 +33,7 @@ namespace YSAI.VT
                 //"YSAI.NetMQ",
                 //"YSAI.Netty",
                 //"YSAI.RabbitMQ",
+#endif
             };
 
             //更新完则注释,所以每次判断下,避免不必要操作