lesson11重命名

This commit is contained in:
2025-09-08 13:12:21 +08:00
parent d9135dc3d4
commit 240a9ef4ec
4 changed files with 27 additions and 6 deletions
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>