LMS.service/LMS.Common/LMS.Common.csproj
2024-10-13 17:04:47 +08:00

10 lines
209 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>