mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 11:07:21 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			983 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			983 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <Authors>Jellyfin Contributors</Authors>
 | 
						|
    <PackageId>Jellyfin.Model</PackageId>
 | 
						|
    <PackageLicenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
 | 
						|
    <RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <TargetFramework>netstandard2.0</TargetFramework>
 | 
						|
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
 | 
						|
    <GenerateDocumentationFile>true</GenerateDocumentationFile>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
 | 
						|
    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.0.0" />
 | 
						|
    <PackageReference Include="System.Globalization" Version="4.3.0" />
 | 
						|
    <PackageReference Include="System.Text.Json" Version="4.6.0" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <Compile Include="..\SharedVersion.cs" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
</Project>
 |