New Project

Ani 폴더 리스트 가져오는 API
This commit is contained in:
2024-11-12 23:35:40 +09:00
parent 4cd0f2b72a
commit 85c7adeb2a
10 changed files with 723 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
</Project>