Fix the last docs warnings.

This commit is contained in:
Erwin de Haan
2019-11-03 15:52:10 +01:00
parent 0f769fe979
commit 387051c409
5 changed files with 13 additions and 14 deletions

View File

@@ -13,9 +13,14 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.0.0" />
<PackageReference Include="System.Globalization" Version="4.3.0" />
<PackageReference Include="System.Text.Json" Version="4.6.0" />
</ItemGroup>