| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 
							- <Project Sdk="Microsoft.NET.Sdk">
 
-   <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
 
-   <PropertyGroup>
 
-     <ProjectGuid>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</ProjectGuid>
 
-   </PropertyGroup>
 
-   <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>
 
-     <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
 
-     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
 
-     <GenerateDocumentationFile>true</GenerateDocumentationFile>
 
-     <TreatWarningsAsErrors Condition=" '$(Configuration)' == 'Release' ">true</TreatWarningsAsErrors>
 
-   </PropertyGroup>
 
-   <ItemGroup>
 
-     <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
 
-     <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.3" />
 
-     <PackageReference Include="System.Globalization" Version="4.3.0" />
 
-     <PackageReference Include="System.Text.Json" Version="4.7.1" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <Compile Include="..\SharedVersion.cs" />
 
-   </ItemGroup>
 
-   <!-- Code Analyzers-->
 
-   <ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
 
-     <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="All" />
 
-     <PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" />
 
-     <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
 
-     <PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" PrivateAssets="All" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <ProjectReference Include="..\Jellyfin.Data\Jellyfin.Data.csproj" />
 
-   </ItemGroup>
 
-   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
-     <CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
 
-   </PropertyGroup>
 
- </Project>
 
 
  |