mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 02:27:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			808 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			808 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
 | |
|   <PropertyGroup>
 | |
|     <ProjectGuid>{462584F7-5023-4019-9EAC-B98CA458C0A0}</ProjectGuid>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Microsoft.NET.Test.Sdk" />
 | |
|     <PackageReference Include="Moq" />
 | |
|     <PackageReference Include="xunit" />
 | |
|     <PackageReference Include="xunit.runner.visualstudio">
 | |
|       <PrivateAssets>all</PrivateAssets>
 | |
|       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="coverlet.collector" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="../../MediaBrowser.Controller/MediaBrowser.Controller.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |