aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-11-08 11:17:46 +0100
committerGitHub <noreply@github.com>2023-11-08 11:17:46 +0100
commit2853a5c047ad96dab2924a149b8e187a82cf5ea0 (patch)
tree1a58b4a12c8bf4a111208f521c517e5b7ee1b30b /Jellyfin.Server.Implementations
parent9d4352789d6ff7a59cdda37e3bbb02aa740ed99f (diff)
parenta9ef103c95a7460031879726f4afda3013ca6619 (diff)
Merge pull request #10531 from Bond-009/disposable
Add IDisposableAnalyzers to more projects
Diffstat (limited to 'Jellyfin.Server.Implementations')
-rw-r--r--Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
index fa6adb0220..df1d5a3e18 100644
--- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
+++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
@@ -6,7 +6,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
- <!-- Code analysers-->
+ <!-- Code Analyzers -->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="IDisposableAnalyzers">
<PrivateAssets>all</PrivateAssets>