stmt.csproj 263 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
<Project Sdk="Microsoft.NET.Sdk">

  <ItemGroup>
    <PackageReference Include="TDengine.Connector" Version="1.0.2" />
  </ItemGroup>

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net5.0</TargetFramework>
  </PropertyGroup>

</Project>