Recupero los cambios perdidos en el commit 14f1488e44

This commit is contained in:
2024-04-05 12:36:36 -03:00
parent 14f1488e44
commit ca71eefd6c
36 changed files with 1110 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Entidades\Entidades.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>