Add project files.

This commit is contained in:
jhim
2026-02-06 08:29:28 +01:00
parent afcc34f5cf
commit d886fa24a6
8 changed files with 140 additions and 0 deletions

13
API/API.csproj Normal file
View File

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