mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-23 03:37:49 -06:00
16 lines
395 B
XML
16 lines
395 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<AssemblyName>mysql-client-test</AssemblyName>
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
<SelfContained>true</SelfContained>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MySql.Data" Version="8.0.21" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|