|
|
@@ -1,23 +1,24 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
- <PropertyGroup>
|
|
|
- <TargetFramework>net6.0</TargetFramework>
|
|
|
- <ImplicitUsings>enable</ImplicitUsings>
|
|
|
- <Nullable>enable</Nullable>
|
|
|
- <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
- <Version>1.0.0.94</Version>
|
|
|
- <Authors>Shun</Authors>
|
|
|
- <Company>YSAI</Company>
|
|
|
- <Product>SCADA</Product>
|
|
|
- <GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
- </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetFramework>net6.0</TargetFramework>
|
|
|
+ <ImplicitUsings>enable</ImplicitUsings>
|
|
|
+ <Nullable>enable</Nullable>
|
|
|
+ <Version>$([System.DateTime]::UtcNow.ToString("yy")).$([System.DateTime]::UtcNow.DayOfYear.ToString("0")).$([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds.ToString("0"))</Version>
|
|
|
+ <PackageOutputPath Condition="'$(Configuration)' == 'Release'">../YSAI.Publish/Release</PackageOutputPath>
|
|
|
+ <PackageOutputPath Condition="'$(Configuration)' == 'Debug'">../YSAI.Publish/Debug</PackageOutputPath>
|
|
|
+ <Authors>Shun</Authors>
|
|
|
+ <Company>YSAI</Company>
|
|
|
+ <Product>SCADA</Product>
|
|
|
+ <GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
+ </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="1.0.0.14" />
|
|
|
- <PackageReference Include="YSAI.Unility" Version="1.0.0.30" />
|
|
|
+ <PackageReference Include="YSAI.Log" Version="23.317.30922" />
|
|
|
+ <PackageReference Include="YSAI.Unility" Version="23.317.30964" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|