Files
AlquilaFacil/AlquilaFacil.csproj
2024-08-30 03:19:36 -03:00

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>