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.
		
		
		
		
		
			
		
			
				
					
					
						
							23 lines
						
					
					
						
							822 B
						
					
					
				
			
		
		
	
	
							23 lines
						
					
					
						
							822 B
						
					
					
				| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>netcoreapp2.0</TargetFramework>
 | |
|     <AssemblyName>Volo.Abp.TestApp.Tests</AssemblyName>
 | |
|     <PackageId>Volo.Abp.TestApp.Tests</PackageId>
 | |
|     <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
 | |
|     <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
 | |
|     <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
 | |
|     <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
 | |
|     <RootNamespace />
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\Volo.Abp.MemoryDb.Tests\Volo.Abp.MemoryDb.Tests.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |