LMS.service/LMS.Common/LMS.Common.csproj

10 lines
209 B
XML
Raw Normal View History

2024-10-13 17:04:47 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>