[성현모] [HubX] DB Scaffold 추가

This commit is contained in:
SHM
2025-03-13 09:36:55 +09:00
parent e97b5a3524
commit 25be83359b
7 changed files with 129 additions and 2 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>