mirror of https://github.com/abpframework/abp
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							30 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
	
	
							30 lines
						
					
					
						
							1.0 KiB
						
					
					
				| <Project Sdk="Microsoft.NET.Sdk.Web">
 | |
| 
 | |
|   <Import Project="..\..\..\..\configureawait.props" />
 | |
|   <Import Project="..\..\..\..\common.props" />
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net7.0</TargetFramework>
 | |
|     <PreserveCompilationReferences>true</PreserveCompilationReferences>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Serilog.AspNetCore" Version="5.0.0" />
 | |
|     <PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\..\..\..\modules\basic-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.csproj" />
 | |
|     <ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" />
 | |
|     <ProjectReference Include="..\..\src\Volo.ClientSimulation.Web\Volo.ClientSimulation.Web.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <Compile Remove="Logs\**" />
 | |
|     <Content Remove="Logs\**" />
 | |
|     <EmbeddedResource Remove="Logs\**" />
 | |
|     <None Remove="Logs\**" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |