添加C#核心实践

添加必备知识点
This commit is contained in:
2025-09-19 19:41:51 +08:00
parent 9ed64928cc
commit 0a1446e7b3
9 changed files with 197 additions and 0 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>