Explorar o código

Add SourceLink to Jellyfin.Data

Erwin de Haan %!s(int64=5) %!d(string=hai) anos
pai
achega
3a649fa45b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Jellyfin.Data/Jellyfin.Data.csproj

+ 4 - 0
Jellyfin.Data/Jellyfin.Data.csproj

@@ -28,6 +28,10 @@
     <CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
   </PropertyGroup>
 
+  <ItemGroup>
+    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
+  </ItemGroup>
+
   <!-- Code analysers-->
   <ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
     <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="All" />