|  | @@ -35,14 +35,15 @@
 | 
	
		
			
				|  |  |      <TargetFramework>net5.0</TargetFramework>
 | 
	
		
			
				|  |  |      <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
 | 
	
		
			
				|  |  |      <GenerateDocumentationFile>true</GenerateDocumentationFile>
 | 
	
		
			
				|  |  | -    <TreatWarningsAsErrors Condition=" '$(Configuration)' == 'Release' ">true</TreatWarningsAsErrors>
 | 
	
		
			
				|  |  | -    <Nullable>enable</Nullable>
 | 
	
		
			
				|  |  | -    <AnalysisMode Condition=" '$(Configuration)' == 'Debug' ">AllEnabledByDefault</AnalysisMode>
 | 
	
		
			
				|  |  | -    <CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
 | 
	
		
			
				|  |  |      <PublishRepositoryUrl>true</PublishRepositoryUrl>
 | 
	
		
			
				|  |  |      <EmbedUntrackedSources>true</EmbedUntrackedSources>
 | 
	
		
			
				|  |  |      <IncludeSymbols>true</IncludeSymbols>
 | 
	
		
			
				|  |  |      <SymbolPackageFormat>snupkg</SymbolPackageFormat>
 | 
	
		
			
				|  |  | +    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 | 
	
		
			
				|  |  | +  </PropertyGroup>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +  <PropertyGroup Condition=" '$(Configuration)' == 'Release'">
 | 
	
		
			
				|  |  | +    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    <PropertyGroup Condition=" '$(Stability)'=='Unstable'">
 |