diff options
| author | cvium <clausvium@gmail.com> | 2021-09-23 17:00:39 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-09-23 17:00:39 +0200 |
| commit | 30230aff73271acb521c427f9815df6adf1814bb (patch) | |
| tree | 3d7d0aedbfeee5f241695d135a206f2b251cce37 /src/Jellyfin.MediaEncoding.Hls | |
| parent | d995f0e092f997930e6561a343072c26f100bb35 (diff) | |
Fix build?
Diffstat (limited to 'src/Jellyfin.MediaEncoding.Hls')
| -rw-r--r-- | src/Jellyfin.MediaEncoding.Hls/Jellyfin.MediaEncoding.Hls.csproj | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/Jellyfin.MediaEncoding.Hls/Jellyfin.MediaEncoding.Hls.csproj b/src/Jellyfin.MediaEncoding.Hls/Jellyfin.MediaEncoding.Hls.csproj index 911a380c8..6e58c4179 100644 --- a/src/Jellyfin.MediaEncoding.Hls/Jellyfin.MediaEncoding.Hls.csproj +++ b/src/Jellyfin.MediaEncoding.Hls/Jellyfin.MediaEncoding.Hls.csproj @@ -2,8 +2,14 @@ <PropertyGroup> <TargetFramework>net5.0</TargetFramework> + <GenerateAssemblyInfo>false</GenerateAssemblyInfo> + <GenerateDocumentationFile>true</GenerateDocumentationFile> </PropertyGroup> + <ItemGroup> + <Compile Include="../../SharedVersion.cs" /> + </ItemGroup> + <!-- Code Analyzers--> <ItemGroup Condition=" '$(Configuration)' == 'Debug' "> <PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" /> @@ -12,9 +18,9 @@ </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> - <ProjectReference Include="..\..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" /> - <ProjectReference Include="..\Jellyfin.MediaEncoding.Keyframes\Jellyfin.MediaEncoding.Keyframes.csproj" /> + <ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" /> + <ProjectReference Include="../../MediaBrowser.Controller/MediaBrowser.Controller.csproj" /> + <ProjectReference Include="../Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj" /> </ItemGroup> <ItemGroup> |
