Files
Web_BLVLOG_Server_Mvc_Prod/ConsoleApp2/ConsoleApp2.csproj
2025-11-20 16:20:37 +08:00

19 lines
426 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.21" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Commonlib\Commonlib.csproj" />
</ItemGroup>
</Project>