|
@@ -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>
|