Add TdengineCore

This commit is contained in:
sunkaixuan
2023-07-30 22:19:03 +08:00
parent 4f71c84f19
commit 2f1c8790c0
24 changed files with 3469 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SqlSugarCore" Version="5.1.4.93" />
<PackageReference Include="TDengine.Ado.Data" Version="1.4.0" />
</ItemGroup>
</Project>