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.
		
		
		
		
		
			
		
			
				
					
					
						
							17 lines
						
					
					
						
							638 B
						
					
					
				
			
		
		
	
	
							17 lines
						
					
					
						
							638 B
						
					
					
				| <Project>
 | |
|   <PropertyGroup>
 | |
|     <LangVersion>latest</LangVersion>
 | |
|     <Version>0.21.0</Version>
 | |
|     <NoWarn>$(NoWarn);CS1591</NoWarn>
 | |
|     <PackageIconUrl>https://abp.io/assets/abp_nupkg.png</PackageIconUrl>
 | |
|     <PackageProjectUrl>https://abp.io</PackageProjectUrl>
 | |
|     <PackageLicenseUrl>https://github.com/abpframework/abp/blob/master/LICENSE</PackageLicenseUrl>
 | |
|     <RepositoryType>git</RepositoryType>
 | |
|     <RepositoryUrl>https://github.com/abpframework/abp/</RepositoryUrl>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project> |