Browse Source

Workaround for vs runner

Oren Novotny 9 năm trước cách đây
mục cha
commit
b283a24a78
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Rx.NET/Source/Tests.System.Reactive/project.json

+ 2 - 1
Rx.NET/Source/Tests.System.Reactive/project.json

@@ -61,7 +61,8 @@
                 "debugType": "full"
             },
             "dependencies": {
-                "dotnet-test-xunit": "1.0.0-dev-121895-16"
+                "dotnet-test-xunit": "1.0.0-dev-121895-16",
+                "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925"
             }
         },
         "net461": {