Files
laboratorio-gitea/Backend/Backend.csproj
dmolinari 158cc1dae7
Some checks failed
Build and Push to Gitea Registry / publish-images (push) Failing after 2m4s
Commit Inicial
2026-02-17 19:19:37 -03:00

14 lines
322 B
XML

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