init dotnet project package-learn

This commit is contained in:
2025-03-28 17:48:57 +08:00
parent 8d283975f8
commit 1c3a098971
4 changed files with 42 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>_1._packages</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>