From cb75b7ce5a44331e4bf38b1a0b1b901dc74e690a Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 29 Aug 2018 10:22:57 -0400 Subject: [PATCH] Mark code analyzers as development dependencies --- src/Tgstation.Server.Api/Tgstation.Server.Api.csproj | 5 ++++- src/Tgstation.Server.Client/Tgstation.Server.Client.csproj | 4 ++++ .../Tgstation.Server.Host.Console.csproj | 4 ++++ .../Tgstation.Server.Host.Service.csproj | 4 ++++ .../Tgstation.Server.Host.Watchdog.csproj | 5 ++++- src/Tgstation.Server.Host/Tgstation.Server.Host.csproj | 4 ++++ 6 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj index cd29816873..5539651737 100644 --- a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj +++ b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj @@ -35,7 +35,10 @@ - + + all + compile; build; native; contentfiles; analyzers + diff --git a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj index 40ffb4c446..9057316e94 100644 --- a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj +++ b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj @@ -31,6 +31,10 @@ + + all + compile; build; native; contentfiles; analyzers + diff --git a/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj b/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj index cb7add9153..628ca541bf 100644 --- a/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj +++ b/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj @@ -18,6 +18,10 @@ + + all + compile; build; native; contentfiles; analyzers + diff --git a/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj b/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj index 77dd44b935..b1d14c9e0b 100644 --- a/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj +++ b/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj @@ -94,6 +94,10 @@ 2.2.5 + + all + compile; build; native; contentfiles; analyzers + 2.1.1 diff --git a/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj b/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj index f6c9dce932..b5bbf19b36 100644 --- a/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj +++ b/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj @@ -18,7 +18,10 @@ - + + all + compile; build; native; contentfiles; analyzers + diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj index fa8a4573ea..c90fc79971 100644 --- a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj +++ b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj @@ -29,6 +29,10 @@ + + all + compile; build; native; contentfiles; analyzers +