diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2019-08-12 18:42:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-12 18:42:30 -0700 |
| commit | 443ccbf426695ae2d5aa25cafcddab92f9a21391 (patch) | |
| tree | 662bdae3e628e6e333387521786df189809e8072 /Emby.Server.Implementations | |
| parent | 1ad67e223f581efd417efa2bb1cb626c50a6f5a9 (diff) | |
| parent | cb492fe3c74f87e9eb4d6b35efc8be4dc3f45201 (diff) | |
Merge pull request #1613 from Bond-009/docs
Update deps + document startup project
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 73a64b0cd..c78d96d4a 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -32,7 +32,7 @@ <PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" /> <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.2.0" /> - <PackageReference Include="ServiceStack.Text.Core" Version="5.5.0" /> + <PackageReference Include="ServiceStack.Text.Core" Version="5.6.0" /> <PackageReference Include="sharpcompress" Version="0.23.0" /> <PackageReference Include="SQLitePCL.pretty.netstandard" Version="1.0.0" /> </ItemGroup> @@ -48,17 +48,13 @@ </PropertyGroup> <PropertyGroup> - <!-- We need C# 7.3 to compare tuples--> + <!-- We need at least C# 7.3 to compare tuples--> <LangVersion>latest</LangVersion> </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> - </PropertyGroup> - <!-- Code analysers--> <ItemGroup Condition=" '$(Configuration)' == 'Debug' "> - <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.3" /> + <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.4" /> <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" /> <PackageReference Include="SerilogAnalyzer" Version="0.15.0" /> </ItemGroup> |
