aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2023-11-17 08:40:34 +0100
committerGitHub <noreply@github.com>2023-11-17 08:40:34 +0100
commit2d2d553bbc7b29cae9d1c181d2f643d4884c80af (patch)
treece10d483dc4933236031f9b4d333dc44abdf82bb /Emby.Naming
parente7eeb08d3464d4851e286e191182de6851230732 (diff)
parentfaa22cdb843fff5d50983d7cbca4ffec4932b188 (diff)
Merge pull request #10591 from Bond-009/dotnet82
Use new .NET 8 features
Diffstat (limited to 'Emby.Naming')
-rw-r--r--Emby.Naming/Emby.Naming.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj
index 47f2605501..97015efd0b 100644
--- a/Emby.Naming/Emby.Naming.csproj
+++ b/Emby.Naming/Emby.Naming.csproj
@@ -41,10 +41,6 @@
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
- </ItemGroup>
-
<!-- Code Analyzers -->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="IDisposableAnalyzers">