Files
Csharp/C#核心/Lesson12_继承_继承的基本概念练习/Lesson12_继承-继承的基本概念练习.csproj
T
2025-09-08 12:32:22 +08:00

11 lines
242 B
XML

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