Files
Web_BLVLOG_Server_Mvc_Prod/ConsoleApp2/ConsoleApp2.csproj
2025-12-17 09:59:02 +08:00

20 lines
485 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" />
<ProjectReference Include="..\LogCap\LogCap.csproj" />
</ItemGroup>
</Project>