18 lines
		
	
	
		
			447 B
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			447 B
		
	
	
	
		
			XML
		
	
	
	
	
	
|  | <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" /> | ||
|  |   </ItemGroup> | ||
|  | 
 | ||
|  |   <ItemGroup> | ||
|  |     <ProjectReference Include="..\Elecciones.Infrastructure\Elecciones.Infrastructure.csproj" /> | ||
|  |   </ItemGroup> | ||
|  | 
 | ||
|  | </Project> |