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.
		
		
		
		
		
			
		
			
				
					
					
						
							25 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
	
	
							25 lines
						
					
					
						
							1.0 KiB
						
					
					
				| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|     <Import Project="..\..\..\common.test.props" />
 | |
| 
 | |
|     <PropertyGroup>
 | |
|         <TargetFramework>net6.0</TargetFramework>
 | |
|         <AssemblyName>Volo.Abp.AspNetCore.Serilog.Tests</AssemblyName>
 | |
|         <PackageId>Volo.Abp.AspNetCore.Serilog.Tests</PackageId>
 | |
|         <RootNamespace />
 | |
|     </PropertyGroup>
 | |
| 
 | |
|     <ItemGroup>
 | |
|         <PackageReference Include="Serilog.AspNetCore" Version="5.0.0" />
 | |
|         <PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkPackageVersion)" />
 | |
|     </ItemGroup>
 | |
| 
 | |
|     <ItemGroup>
 | |
|         <ProjectReference Include="..\..\src\Volo.Abp.AspNetCore.MultiTenancy\Volo.Abp.AspNetCore.MultiTenancy.csproj" />
 | |
|         <ProjectReference Include="..\..\src\Volo.Abp.AspNetCore.Mvc\Volo.Abp.AspNetCore.Mvc.csproj" />
 | |
|         <ProjectReference Include="..\..\src\Volo.Abp.AspNetCore.Serilog\Volo.Abp.AspNetCore.Serilog.csproj" />
 | |
|         <ProjectReference Include="..\Volo.Abp.AspNetCore.Tests\Volo.Abp.AspNetCore.Tests.csproj" />
 | |
|     </ItemGroup>
 | |
| 
 | |
| </Project>
 |