aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-11-16 00:50:48 +0100
committerBond_009 <bond.009@outlook.com>2023-11-16 00:50:48 +0100
commitfaa22cdb843fff5d50983d7cbca4ffec4932b188 (patch)
tree2937f0eaa82e24b4f31e029f304838a0488a501e /Jellyfin.Data
parent3c3f0a765e285c8e3a73f922307ce62f9fd5e6d7 (diff)
Update deps
* Removes SourceLink as it should work automagically with .NET 8
Diffstat (limited to 'Jellyfin.Data')
-rw-r--r--Jellyfin.Data/Jellyfin.Data.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/Jellyfin.Data/Jellyfin.Data.csproj b/Jellyfin.Data/Jellyfin.Data.csproj
index c26e6cf23..75912abf0 100644
--- a/Jellyfin.Data/Jellyfin.Data.csproj
+++ b/Jellyfin.Data/Jellyfin.Data.csproj
@@ -23,10 +23,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">