diff --git a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj
index 755f7aec93..84f4161f87 100644
--- a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj
+++ b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj
@@ -21,7 +21,7 @@
enable
true
../../build/analyzers.ruleset
- $(TargetDir)/$(AssemblyName).xml
+ bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml
CA1028
diff --git a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj
index 9987651fea..79b89e4cf2 100644
--- a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj
+++ b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj
@@ -22,7 +22,7 @@
bin\$(Configuration)\netstandard2.0\Tgstation.Server.Client.xml
true
../../build/analyzers.ruleset
- $(TargetDir)/$(AssemblyName).xml
+ bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml
diff --git a/src/Tgstation.Server.Common/Tgstation.Server.Common.csproj b/src/Tgstation.Server.Common/Tgstation.Server.Common.csproj
index c27ddd8839..33573ee708 100644
--- a/src/Tgstation.Server.Common/Tgstation.Server.Common.csproj
+++ b/src/Tgstation.Server.Common/Tgstation.Server.Common.csproj
@@ -6,7 +6,7 @@
$(TgsCoreVersion)
true
../../build/analyzers.ruleset
- $(TargetDir)/$(AssemblyName).xml
+ bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml
diff --git a/src/Tgstation.Server.Host.Common/Tgstation.Server.Host.Common.csproj b/src/Tgstation.Server.Host.Common/Tgstation.Server.Host.Common.csproj
index 904cbbbb09..dbe6263f1d 100644
--- a/src/Tgstation.Server.Host.Common/Tgstation.Server.Host.Common.csproj
+++ b/src/Tgstation.Server.Host.Common/Tgstation.Server.Host.Common.csproj
@@ -7,7 +7,7 @@
false
true
../../build/analyzers.ruleset
- $(TargetDir)/$(AssemblyName).xml
+ bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml
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 a17843e9ae..4d433b2c54 100644
--- a/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj
+++ b/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj
@@ -8,7 +8,7 @@
false
true
../../build/analyzers.ruleset
- $(TargetDir)/$(AssemblyName).xml
+ bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml
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 b148ca4845..6f496e9c5e 100644
--- a/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj
+++ b/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj
@@ -8,7 +8,7 @@
$(TgsCoreVersion)
true
../../build/analyzers.ruleset
- $(TargetDir)/$(AssemblyName).xml
+ bin/$(Configuration)/$(TargetFramework)/$(RuntimeIdentifier)/$(AssemblyName).xml
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 2d787419a5..4fb825d496 100644
--- a/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj
+++ b/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj
@@ -9,7 +9,7 @@
false
true
../../build/analyzers.ruleset
- $(TargetDir)/$(AssemblyName).xml
+ bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml
diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
index 9e9ce19ad1..5b33a95c92 100644
--- a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
+++ b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
@@ -7,7 +7,7 @@
true
true
../../build/analyzers.ruleset
- $(TargetDir)/$(AssemblyName).xml
+ bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml
API1000