diff --git a/src/Microsoft.AspNetCore.WebSockets.Client/Microsoft.AspNetCore.WebSockets.Client.xproj b/src/Microsoft.AspNetCore.WebSockets.Client/Microsoft.AspNetCore.WebSockets.Client.xproj
index 2d11eee57c..ad1997b9e5 100644
--- a/src/Microsoft.AspNetCore.WebSockets.Client/Microsoft.AspNetCore.WebSockets.Client.xproj
+++ b/src/Microsoft.AspNetCore.WebSockets.Client/Microsoft.AspNetCore.WebSockets.Client.xproj
@@ -7,8 +7,8 @@
4a1c4875-ae21-4a78-979a-f0e4df5eb518
- ..\..\artifacts\obj\$(MSBuildProjectName)
- ..\..\artifacts\bin\
+ .\obj
+ .\bin\
2.0
diff --git a/src/Microsoft.AspNetCore.WebSockets.Protocol/Microsoft.AspNetCore.WebSockets.Protocol.xproj b/src/Microsoft.AspNetCore.WebSockets.Protocol/Microsoft.AspNetCore.WebSockets.Protocol.xproj
index d2b2f77a01..5b35ce65e5 100644
--- a/src/Microsoft.AspNetCore.WebSockets.Protocol/Microsoft.AspNetCore.WebSockets.Protocol.xproj
+++ b/src/Microsoft.AspNetCore.WebSockets.Protocol/Microsoft.AspNetCore.WebSockets.Protocol.xproj
@@ -7,8 +7,8 @@
e0c10dec-3339-4a47-85bc-3100c5d34ad4
- ..\..\artifacts\obj\$(MSBuildProjectName)
- ..\..\artifacts\bin\
+ .\obj
+ .\bin\
2.0
diff --git a/src/Microsoft.AspNetCore.WebSockets.Server/Microsoft.AspNetCore.WebSockets.Server.xproj b/src/Microsoft.AspNetCore.WebSockets.Server/Microsoft.AspNetCore.WebSockets.Server.xproj
index e6fdc5ade6..cace316cad 100644
--- a/src/Microsoft.AspNetCore.WebSockets.Server/Microsoft.AspNetCore.WebSockets.Server.xproj
+++ b/src/Microsoft.AspNetCore.WebSockets.Server/Microsoft.AspNetCore.WebSockets.Server.xproj
@@ -7,8 +7,8 @@
78a097d0-c0a4-4aed-93e2-84a65392fb52
- ..\..\artifacts\obj\$(MSBuildProjectName)
- ..\..\artifacts\bin\
+ .\obj
+ .\bin\
2.0
diff --git a/test/AutobahnTestClient/AutobahnTestClient.xproj b/test/AutobahnTestClient/AutobahnTestClient.xproj
index 386133d0f3..ef9c52ad9d 100644
--- a/test/AutobahnTestClient/AutobahnTestClient.xproj
+++ b/test/AutobahnTestClient/AutobahnTestClient.xproj
@@ -7,8 +7,8 @@
bc4d2bb1-05a8-4816-8bc1-3a664f09ee32
- ..\..\artifacts\obj\$(MSBuildProjectName)
- ..\..\artifacts\bin\
+ .\obj
+ .\bin\
2.0
diff --git a/test/AutobahnTestServer/AutobahnTestServer.xproj b/test/AutobahnTestServer/AutobahnTestServer.xproj
index 8dcdc25349..fa9134b6ad 100644
--- a/test/AutobahnTestServer/AutobahnTestServer.xproj
+++ b/test/AutobahnTestServer/AutobahnTestServer.xproj
@@ -7,8 +7,8 @@
c03c43fe-9201-48a6-b434-ad67ef627d67
- ..\..\artifacts\obj\$(MSBuildProjectName)
- ..\..\artifacts\bin\
+ .\obj
+ .\bin\
2.0
diff --git a/test/Microsoft.AspNetCore.WebSockets.Client.Test/Microsoft.AspNetCore.WebSockets.Client.Test.xproj b/test/Microsoft.AspNetCore.WebSockets.Client.Test/Microsoft.AspNetCore.WebSockets.Client.Test.xproj
index 3a5c5703c0..e8c407ffd3 100644
--- a/test/Microsoft.AspNetCore.WebSockets.Client.Test/Microsoft.AspNetCore.WebSockets.Client.Test.xproj
+++ b/test/Microsoft.AspNetCore.WebSockets.Client.Test/Microsoft.AspNetCore.WebSockets.Client.Test.xproj
@@ -7,8 +7,8 @@
6604d154-817f-4bc5-be95-ff7e851179d9
- ..\..\artifacts\obj\$(MSBuildProjectName)
- ..\..\artifacts\bin\
+ .\obj
+ .\bin\
2.0
diff --git a/test/Microsoft.AspNetCore.WebSockets.Protocol.Test/Microsoft.AspNetCore.WebSockets.Protocol.Test.xproj b/test/Microsoft.AspNetCore.WebSockets.Protocol.Test/Microsoft.AspNetCore.WebSockets.Protocol.Test.xproj
index 8a43569474..1025dc3503 100644
--- a/test/Microsoft.AspNetCore.WebSockets.Protocol.Test/Microsoft.AspNetCore.WebSockets.Protocol.Test.xproj
+++ b/test/Microsoft.AspNetCore.WebSockets.Protocol.Test/Microsoft.AspNetCore.WebSockets.Protocol.Test.xproj
@@ -7,8 +7,8 @@
62a07a24-4d06-4dda-b6bf-02d0c9cb7d32
- ..\..\artifacts\obj\$(MSBuildProjectName)
- ..\..\artifacts\bin\
+ .\obj
+ .\bin\
2.0
diff --git a/test/TestClient/TestClient.xproj b/test/TestClient/TestClient.xproj
index d04078df6e..ed24e19aa4 100644
--- a/test/TestClient/TestClient.xproj
+++ b/test/TestClient/TestClient.xproj
@@ -7,8 +7,8 @@
8c8eac01-dc49-4c5e-b348-e4e46fe675f9
- ..\..\artifacts\obj\$(MSBuildProjectName)
- ..\..\artifacts\bin\
+ .\obj
+ .\bin\
2.0