15 lines
		
	
	
		
			425 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			425 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk.Web">
 | |
| 
 | |
|     <PropertyGroup>
 | |
|         <TargetFramework>net9.0</TargetFramework>
 | |
|         <Nullable>enable</Nullable>
 | |
|         <ImplicitUsings>enable</ImplicitUsings>
 | |
|         <OutputType>Library</OutputType>
 | |
|     </PropertyGroup>
 | |
| 
 | |
|     <PropertyGroup>
 | |
|         <GenerateDocumentationFile>true</GenerateDocumentationFile>
 | |
|         <NoWarn>$(NoWarn);CS1591;CS1573</NoWarn>
 | |
|     </PropertyGroup>
 | |
| </Project>
 |