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.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							642 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							642 B
						
					
					
				<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
<Import Project="..\..\..\common.test.props" />
 | 
						|
 | 
						|
<PropertyGroup>
 | 
						|
    <TargetFramework>net6.0</TargetFramework>
 | 
						|
    <AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
 | 
						|
    <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
 | 
						|
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
 | 
						|
    <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
 | 
						|
    <RootNamespace />
 | 
						|
</PropertyGroup>
 | 
						|
 | 
						|
<ItemGroup>
 | 
						|
    <ProjectReference Include="..\..\src\Volo.Abp.MongoDB\Volo.Abp.MongoDB.csproj" />
 | 
						|
</ItemGroup>
 | 
						|
 | 
						|
</Project>
 |