|
|
@@ -1,32 +1,30 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
-
|
|
|
- <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>
|
|
|
- <DescriptionType>采集协议</DescriptionType>
|
|
|
- <DescriptionName_En>DB</DescriptionName_En>
|
|
|
- <DescriptionName_Cn>数据库</DescriptionName_Cn>
|
|
|
- <Description Condition="'$(DescriptionName_Cn)' != ''">$(DescriptionType):$(DescriptionName_En)($(DescriptionName_Cn))</Description>
|
|
|
- <Description Condition="'$(DescriptionName_Cn)' == ''">$(DescriptionType):$(DescriptionName_En)</Description>
|
|
|
- </PropertyGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="Dapper" Version="2.1.21" />
|
|
|
- <PackageReference Include="MySql.Data" Version="8.2.0" />
|
|
|
- <PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
|
|
|
- <PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
|
|
|
- <PackageReference Include="System.Data.SQLite" Version="1.0.118" />
|
|
|
- <PackageReference Include="YSAI.Core" Version="23.317.31271" />
|
|
|
- </ItemGroup>
|
|
|
- <!--<ItemGroup>
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetFramework>net6.0</TargetFramework>
|
|
|
+ <ImplicitUsings>enable</ImplicitUsings>
|
|
|
+ <Nullable>enable</Nullable>
|
|
|
+ <Version>23.318.21146</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>
|
|
|
+ <DescriptionType>采集协议</DescriptionType>
|
|
|
+ <DescriptionName_En>DB</DescriptionName_En>
|
|
|
+ <DescriptionName_Cn>数据库</DescriptionName_Cn>
|
|
|
+ <Description Condition="'$(DescriptionName_Cn)' != ''">$(DescriptionType):$(DescriptionName_En)($(DescriptionName_Cn))</Description>
|
|
|
+ <Description Condition="'$(DescriptionName_Cn)' == ''">$(DescriptionType):$(DescriptionName_En)</Description>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="Dapper" Version="2.1.21" />
|
|
|
+ <PackageReference Include="MySql.Data" Version="8.2.0" />
|
|
|
+ <PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
|
|
|
+ <PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
|
|
|
+ <PackageReference Include="System.Data.SQLite" Version="1.0.118" />
|
|
|
+ <PackageReference Include="YSAI.Core" Version="23.317.31271" />
|
|
|
+ </ItemGroup>
|
|
|
+ <!--<ItemGroup>
|
|
|
<ProjectReference Include="..\YSAI.Core\YSAI.Core.csproj" />
|
|
|
</ItemGroup>-->
|
|
|
-</Project>
|
|
|
+</Project>
|