Files
AlquilaFacil/Aspnet/AlquilaFacil.csproj

18 lines
388 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="htmx" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Entidades\Entidades.csproj" />
</ItemGroup>
</Project>