aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/Emby.Naming.csproj
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-08-11 15:11:53 +0200
committerBond_009 <bond.009@outlook.com>2019-08-11 15:11:53 +0200
commit003238ef5e5151c43738fedcc90f83fd5064580a (patch)
tree5908ff88c569e307a38cc056d8321f23a660df2b /Emby.Naming/Emby.Naming.csproj
parent1ad67e223f581efd417efa2bb1cb626c50a6f5a9 (diff)
Update deps + document startup project
* Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented
Diffstat (limited to 'Emby.Naming/Emby.Naming.csproj')
-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 9e2a4950f..0b1ce2fce 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>