feat: default API with ticket

This commit is contained in:
2026-03-13 15:02:59 +01:00
commit 59344ce6a9
8 changed files with 155 additions and 0 deletions

13
TicketAppIncrArchi.csproj Normal file
View File

@@ -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.4" />
</ItemGroup>
</Project>