feat: Diseño del esquema de BD y configuración de Entity Framework Core
This commit is contained in:
		| @@ -8,10 +8,12 @@ | ||||
|   </PropertyGroup> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.8" /> | ||||
|     <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.5" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <ProjectReference Include="..\Elecciones.Infrastructure\Elecciones.Infrastructure.csproj" /> | ||||
|     <ProjectReference Include="..\Elecciones.Database\Elecciones.Database.csproj" /> | ||||
|   </ItemGroup> | ||||
| </Project> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user