Shun hace 2 años
padre
commit
12aba53327
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      src/YSAI.Core/YSAI.Core.csproj
  2. 1 1
      src/YSAI.VT/Program.cs

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

@@ -3,7 +3,7 @@
     <TargetFrameworks>net6.0;net8.0</TargetFrameworks>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-    <Version>23.328.23851</Version>
+    <Version>23.328.24076</Version>
     <PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
     <PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
     <Authors>Shun</Authors>
@@ -16,7 +16,7 @@
     <Description>$(DescriptionType):$(DescriptionName) ( $(DescriptionDetails) )</Description>
   </PropertyGroup>
   <ItemGroup>
-    <PackageReference Include="System.IO.Ports" Version="7.0.0" />
+    <PackageReference Include="System.IO.Ports" Version="8.0.0" />
     <PackageReference Include="YSAI.Model" Version="23.328.22745" />
   </ItemGroup>
 </Project>

+ 1 - 1
src/YSAI.VT/Program.cs

@@ -16,7 +16,7 @@ namespace YSAI.VT
             {
 #if RELEASE
                 //"YSAI.Model",
-                //"YSAI.Core",
+                "YSAI.Core",
 
                 //"YSAI.Unility",
                 //"YSAI.Log",