| 
									
										
										
										
											2025-08-14 12:37:57 -03:00
										 |  |  | <Project Sdk="Microsoft.NET.Sdk.Web"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <PropertyGroup> | 
					
						
							|  |  |  |     <TargetFramework>net9.0</TargetFramework> | 
					
						
							|  |  |  |     <Nullable>enable</Nullable> | 
					
						
							|  |  |  |     <ImplicitUsings>enable</ImplicitUsings> | 
					
						
							|  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |     <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" /> | 
					
						
							| 
									
										
										
										
											2025-08-14 13:12:16 -03:00
										 |  |  |     <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.8" /> | 
					
						
							|  |  |  |     <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.8"> | 
					
						
							|  |  |  |       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | 
					
						
							|  |  |  |       <PrivateAssets>all</PrivateAssets> | 
					
						
							|  |  |  |     </PackageReference> | 
					
						
							|  |  |  |     <PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.3" /> | 
					
						
							| 
									
										
										
										
											2025-08-14 12:37:57 -03:00
										 |  |  |   </ItemGroup> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |     <ProjectReference Include="..\Elecciones.Infrastructure\Elecciones.Infrastructure.csproj" /> | 
					
						
							| 
									
										
										
										
											2025-08-14 13:12:16 -03:00
										 |  |  |     <ProjectReference Include="..\Elecciones.Database\Elecciones.Database.csproj" /> | 
					
						
							| 
									
										
										
										
											2025-08-14 12:37:57 -03:00
										 |  |  |   </ItemGroup> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </Project> |