mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 10:37:22 -04:00 
			
		
		
		
	Bumps [Mono.Nat](https://github.com/mono/Mono.Nat) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/mono/Mono.Nat/releases) - [Commits](https://github.com/mono/Mono.Nat/compare/Mono.Nat-2.0.0...Mono.Nat-2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
		
			
				
	
	
		
			72 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\Emby.Naming\Emby.Naming.csproj" />
 | |
|     <ProjectReference Include="..\Emby.Notifications\Emby.Notifications.csproj" />
 | |
|     <ProjectReference Include="..\Jellyfin.Api\Jellyfin.Api.csproj" />
 | |
|     <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
 | |
|     <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
 | |
|     <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
 | |
|     <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj" />
 | |
|     <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj" />
 | |
|     <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" />
 | |
|     <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" />
 | |
|     <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj" />
 | |
|     <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj" />
 | |
|     <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj" />
 | |
|     <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" />
 | |
|     <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="IPNetwork2" Version="2.4.0.126" />
 | |
|     <PackageReference Include="Jellyfin.XmlTv" Version="10.4.3" />
 | |
|     <PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
 | |
|     <PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
 | |
|     <PackageReference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" Version="2.2.0" />
 | |
|     <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
 | |
|     <PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
 | |
|     <PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" />
 | |
|     <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
 | |
|     <PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
 | |
|     <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.3" />
 | |
|     <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.1.3" />
 | |
|     <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.3" />
 | |
|     <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.1.3" />
 | |
|     <PackageReference Include="Mono.Nat" Version="2.0.1" />
 | |
|     <PackageReference Include="ServiceStack.Text.Core" Version="5.8.0" />
 | |
|     <PackageReference Include="sharpcompress" Version="0.25.0" />
 | |
|     <PackageReference Include="SQLitePCL.pretty.netstandard" Version="2.1.0" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <Compile Include="..\SharedVersion.cs" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>netstandard2.1</TargetFramework>
 | |
|     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
 | |
|     <GenerateDocumentationFile>true</GenerateDocumentationFile>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <!-- 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>
 | |
| 
 | |
|   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 | |
|     <CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <EmbeddedResource Include="Localization\iso6392.txt" />
 | |
|     <EmbeddedResource Include="Localization\countries.json" />
 | |
|     <EmbeddedResource Include="Localization\Core\*.json" />
 | |
|     <EmbeddedResource Include="Localization\Ratings\*.csv" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |