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.
		
		
		
		
		
			
		
			
				
					
					
						
							39 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
	
	
							39 lines
						
					
					
						
							1.7 KiB
						
					
					
				| <Project>
 | |
|   <PropertyGroup>
 | |
| 
 | |
|     <!-- All Microsoft packages -->
 | |
|     <MicrosoftPackageVersion>6.0.0</MicrosoftPackageVersion>
 | |
| 
 | |
|     <!-- Microsoft.NET.Test.Sdk https://www.nuget.org/packages/Microsoft.NET.Test.Sdk -->
 | |
|     <MicrosoftNETTestSdkPackageVersion>16.11.0</MicrosoftNETTestSdkPackageVersion>
 | |
| 
 | |
|     <!-- NSubstitute  https://www.nuget.org/packages/NSubstitute -->
 | |
|     <NSubstitutePackageVersion>4.2.2</NSubstitutePackageVersion>
 | |
| 
 | |
|     <!-- Shouldly https://www.nuget.org/packages/Shouldly -->
 | |
|     <ShouldlyPackageVersion>4.0.3</ShouldlyPackageVersion>
 | |
| 
 | |
|     <!-- xunit https://www.nuget.org/packages/xUnit -->
 | |
|     <xUnitPackageVersion>2.4.1</xUnitPackageVersion>
 | |
| 
 | |
|     <!-- xunit.extensibility.execution https://www.nuget.org/packages/xunit.extensibility.execution -->
 | |
|     <xUnitExtensibilityExecutionPackageVersion>2.4.1</xUnitExtensibilityExecutionPackageVersion>
 | |
| 
 | |
|     <!-- xunit.runner.visualstudio https://www.nuget.org/packages/xunit.runner.visualstudio -->
 | |
|     <xUnitRunnerVisualstudioPackageVersion>2.4.3</xUnitRunnerVisualstudioPackageVersion>
 | |
| 
 | |
|     <!-- Mongo2Go https://www.nuget.org/packages/Mongo2Go -->
 | |
|     <Mongo2GoPackageVersion>3.1.3</Mongo2GoPackageVersion>
 | |
| 
 | |
|     <IsTestProject Condition="$(MSBuildProjectFullPath.Contains('test')) and ($(MSBuildProjectName.EndsWith('.Tests')) or $(MSBuildProjectName.EndsWith('.TestBase')))">true</IsTestProject>
 | |
| 
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Condition="'$(IsTestProject)' == 'true'" Include="coverlet.collector" Version="3.1.0">
 | |
|         <PrivateAssets>all</PrivateAssets>
 | |
|         <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
 | |
|     </PackageReference>
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project> |