mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-30 10:12:44 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			665 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			665 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <TargetFramework>net9.0</TargetFramework>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <Reference Include="Emby.Server.Implementations">
 | |
|       <HintPath>Emby.Server.Implementations.dll</HintPath>
 | |
|     </Reference>
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="../../MediaBrowser.Controller/MediaBrowser.Controller.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="AutoFixture" />
 | |
|     <PackageReference Include="AutoFixture.AutoMoq" />
 | |
|     <PackageReference Include="Moq" />
 | |
|     <PackageReference Include="SharpFuzz" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |