Files
AlquilaFacil/Aspnet/AlquilaFacil.csproj
T
2024-09-09 23:27:50 -03:00

21 lines
452 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" />
<ProjectReference Include="..\Modelo\Modelo.csproj" />
</ItemGroup>
</Project>