mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
12 lines
281 B
XML
12 lines
281 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<!-- <ItemGroup>
|
|
<ProjectReference Include="..\src\TDengineDriver\TDengineDriver.csproj" />
|
|
</ItemGroup> -->
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|