mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 03:53:41 +00:00
14 lines
328 B
XML
14 lines
328 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="clickhouse.client" Version="4.1.0" />
|
|
<PackageReference Include="dapper" Version="2.0.30" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|