diff --git a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj
index 8a87730560..755f7aec93 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
+ $(TargetDir)/$(AssemblyName).xml
CA1028
diff --git a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj
index c3cf2c82d1..9987651fea 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
+ $(TargetDir)/$(AssemblyName).xml
diff --git a/src/Tgstation.Server.Common/Tgstation.Server.Common.csproj b/src/Tgstation.Server.Common/Tgstation.Server.Common.csproj
index 5b9196612f..c27ddd8839 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
+ $(TargetDir)/$(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 e8540bd6bd..904cbbbb09 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
+ $(TargetDir)/$(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 42ff1ced84..a17843e9ae 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
+ $(TargetDir)/$(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 a1afd6e9a1..b148ca4845 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
+ $(TargetDir)/$(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 2bd4fdc019..2d787419a5 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
+ $(TargetDir)/$(AssemblyName).xml
diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
index 691a95c2ec..9e9ce19ad1 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
+ $(TargetDir)/$(AssemblyName).xml
API1000