|
|
@@ -3,7 +3,7 @@
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
<Nullable>enable</Nullable>
|
|
|
- <Version>23.318.22555</Version>
|
|
|
+ <Version>23.318.29473</Version>
|
|
|
<PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
|
|
|
<PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
|
|
|
<Authors>Shun</Authors>
|
|
|
@@ -11,16 +11,15 @@
|
|
|
<Product>SCADA</Product>
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
<DescriptionType>核心组件</DescriptionType>
|
|
|
- <DescriptionName_En>Core</DescriptionName_En>
|
|
|
- <DescriptionName_Cn>特性、数据结构、处理、接口、Redis、反射、脚本、订阅、虚拟地址、TCP、UDP、HTTP、WS、串口</DescriptionName_Cn>
|
|
|
- <Description Condition="'$(DescriptionName_Cn)' != ''">$(DescriptionType):$(DescriptionName_En) ( $(DescriptionName_Cn) )</Description>
|
|
|
- <Description Condition="'$(DescriptionName_Cn)' == ''">$(DescriptionType):$(DescriptionName_En)</Description>
|
|
|
+ <DescriptionName>Core</DescriptionName>
|
|
|
+ <DescriptionDetails>特性、数据结构、处理、接口、Redis、反射、脚本、订阅、虚拟地址、TCP、UDP、HTTP、WS、串口</DescriptionDetails>
|
|
|
+ <Description>$(DescriptionType):$(DescriptionName) ( $(DescriptionDetails) )</Description>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<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.22134" />
|
|
|
- <PackageReference Include="YSAI.Unility" Version="23.318.22134" />
|
|
|
+ <PackageReference Include="YSAI.Log" Version="23.318.29223" />
|
|
|
+ <PackageReference Include="YSAI.Unility" Version="23.318.29224" />
|
|
|
</ItemGroup>
|
|
|
</Project>
|