[성현모] Core 프로젝트 생성

This commit is contained in:
SHM
2025-03-12 09:08:02 +09:00
parent 4363873e26
commit 03256e4f97
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>