aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-08-12 18:42:30 -0700
committerGitHub <noreply@github.com>2019-08-12 18:42:30 -0700
commit443ccbf426695ae2d5aa25cafcddab92f9a21391 (patch)
tree662bdae3e628e6e333387521786df189809e8072 /Emby.Naming
parent1ad67e223f581efd417efa2bb1cb626c50a6f5a9 (diff)
parentcb492fe3c74f87e9eb4d6b35efc8be4dc3f45201 (diff)
Merge pull request #1613 from Bond-009/docs
Update deps + document startup project
Diffstat (limited to 'Emby.Naming')
-rw-r--r--Emby.Naming/Emby.Naming.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj
index 9e2a4950f9..0b1ce2fce6 100644
--- a/Emby.Naming/Emby.Naming.csproj
+++ b/Emby.Naming/Emby.Naming.csproj
@@ -23,7 +23,7 @@
<!-- 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>