[성현모] WebApi ProxyKMS 프로젝트 생성

This commit is contained in:
SHM
2025-12-17 11:03:41 +09:00
parent 1487165816
commit e2c367961a
9 changed files with 154 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>