mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
14 lines
332 B
XML
14 lines
332 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="clickhouse.client" Version="3.1.0.379" />
|
|
<PackageReference Include="dapper" Version="2.0.30" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|