TDengine/docs/examples/csharp/native-example/asyncquery.csproj
xiaolei li ea26153346
docs: csharp 3.0 cloud doc and sample (#16630)
* docs(cloud):Add C# could doc and examples

* docs(cloud):update C# Cloud docs
2022-09-02 18:51:12 +08:00

15 lines
408 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<StartupObject>TDengineExample.AsyncQueryExample</StartupObject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TDengine.Connector" Version="3.0.0" />
</ItemGroup>
</Project>