Added REST API project

This commit is contained in:
2026-08-15 10:12:21 +02:00
parent 2abd1a9377
commit 7d6fefeb8e
7 changed files with 103 additions and 1 deletions
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.10" />
</ItemGroup>
</Project>