sharp-chat/SharpChat.SQLite/SharpChat.SQLite.csproj

19 lines
483 B
XML
Raw Permalink Normal View History

2025-04-27 22:31:35 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
2025-04-28 12:29:11 +00:00
<PackageReference Include="ZLogger" Version="2.5.10" />
2025-04-27 22:31:35 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpChatCommon\SharpChatCommon.csproj" />
</ItemGroup>
</Project>