sharp-chat/SharpChat/SharpChat.csproj

14 lines
320 B
XML
Raw Normal View History

2022-08-30 15:00:58 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-02-06 20:14:50 +00:00
<TargetFramework>net6.0</TargetFramework>
2022-08-30 15:00:58 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fleck" Version="1.2.0" />
<PackageReference Include="MySqlConnector" Version="1.3.11" />
</ItemGroup>
</Project>