Files
coreshoppro/CoreCms.Net.DTO/CoreCms.Net.DTO.csproj
2023-11-17 13:25:41 +08:00

10 lines
207 B
XML

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