Files
Web_BLVLOG_Server_Mvc_Prod/Commonlib/Commonlib.csproj

16 lines
408 B
XML
Raw Normal View History

2025-11-20 16:20:04 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CSRedisCore" Version="3.8.803" />
<PackageReference Include="NPOI" Version="2.7.3" />
</ItemGroup>
</Project>