mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 10:37:22 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			629 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			629 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
 | |
|   <PropertyGroup>
 | |
|     <ProjectGuid>{21002819-C39A-4D3E-BE83-2A276A77FB1F}</ProjectGuid>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\Jellyfin.Networking\Jellyfin.Networking.csproj" />
 | |
|     <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net5.0</TargetFramework>
 | |
|     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
 | |
|     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
 | |
|   </PropertyGroup>
 | |
| 
 | |
| </Project>
 |