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
						
					
					
						
							497 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							497 B
						
					
					
				| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <Import Project="..\..\..\..\common.props" />
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>netcoreapp2.2</TargetFramework>
 | |
|     <RootNamespace />
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\Volo.Abp.FeatureManagement.EntityFrameworkCore.Tests\Volo.Abp.FeatureManagement.EntityFrameworkCore.Tests.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |