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.
		
		
		
		
		
			
		
			
				
					
					
						
							18 lines
						
					
					
						
							533 B
						
					
					
				
			
		
		
	
	
							18 lines
						
					
					
						
							533 B
						
					
					
				<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <TargetFramework>net6.0</TargetFramework>
 | 
						|
    <RootNamespace />
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkPackageVersion)" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <ProjectReference Include="..\Volo.Blogging.EntityFrameworkCore.Tests\Volo.Blogging.EntityFrameworkCore.Tests.csproj" />
 | 
						|
    <ProjectReference Include="..\Volo.Blogging.TestBase\Volo.Blogging.TestBase.csproj" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
</Project>
 |