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.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							971 B
						
					
					
				
			
		
		
	
	
							24 lines
						
					
					
						
							971 B
						
					
					
				| <Project>
 | |
|   <PropertyGroup>
 | |
|     <LangVersion>latest</LangVersion>
 | |
|     <Version>4.1.0</Version>
 | |
|     <NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
 | |
|     <PackageIconUrl>https://abp.io/assets/abp_nupkg.png</PackageIconUrl>
 | |
|     <PackageProjectUrl>https://abp.io/</PackageProjectUrl>
 | |
|     <PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
 | |
|     <RepositoryType>git</RepositoryType>
 | |
|     <RepositoryUrl>https://github.com/abpframework/abp/</RepositoryUrl>
 | |
|     <GenerateDocumentationFile>true</GenerateDocumentationFile>
 | |
| 
 | |
|     <!-- https://github.com/dotnet/sourcelink -->
 | |
|     <IncludeSymbols>true</IncludeSymbols>
 | |
|     <SymbolPackageFormat>snupkg</SymbolPackageFormat>
 | |
| 
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-20204-02">
 | |
|         <PrivateAssets>all</PrivateAssets>
 | |
|         <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
 | |
|     </PackageReference>
 | |
|   </ItemGroup>
 | |
| </Project> |