|
@@ -1,16 +1,17 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
- <PropertyGroup>
|
|
|
|
|
- <TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
- <ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
- <Nullable>enable</Nullable>
|
|
|
|
|
- <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
|
|
- <Version>1.0.0.41</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>
|
|
<ItemGroup>
|
|
|
<PackageReference Include="Dapper" Version="2.1.21" />
|
|
<PackageReference Include="Dapper" Version="2.1.21" />
|
|
@@ -18,7 +19,7 @@
|
|
|
<PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
|
|
<PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
|
|
|
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
|
|
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
|
|
|
<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
|
|
<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
|
|
|
- <PackageReference Include="YSAI.Core" Version="1.0.0.93" />
|
|
|
|
|
|
|
+ <PackageReference Include="YSAI.Core" Version="1.0.0.94" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<!--<ItemGroup>
|
|
<!--<ItemGroup>
|
|
|
<ProjectReference Include="..\YSAI.Core\YSAI.Core.csproj" />
|
|
<ProjectReference Include="..\YSAI.Core\YSAI.Core.csproj" />
|