소스 검색

bugfix - these files should not be included in build as they are ignored in the original csproj

Brendan Forster 9 년 전
부모
커밋
015d9ae638
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      Rx.NET/Source/System.Reactive.Linq/project.json

+ 6 - 1
Rx.NET/Source/System.Reactive.Linq/project.json

@@ -10,7 +10,12 @@
     "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
     "requireLicenseAcceptance": true,
 
-    "exclude": [ "*/**/ImmutableList.cs" ],
+  "exclude": [
+    "*/**/ImmutableList.cs",
+    "Reactive/Observer.Extensions.cs",
+    "Reactive/Internal/Observers.cs",
+    "Reactive/Internal/Producer.cs"
+  ],
 
     "dependencies": {
         "System.Reactive.Core": { "target": "project" }