浏览代码

Suppress obsolete warnings for unit tests

Oren Novotny 9 年之前
父节点
当前提交
c832826a67
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Rx.NET/Source/Tests.System.Reactive/project.json

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

@@ -10,7 +10,8 @@
     "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
     "requireLicenseAcceptance": true,
     "compilationOptions": {
-        "emitEntryPoint": true
+        "emitEntryPoint": true,
+        "nowarn": ["CS0618"]
     },
     "dependencies": {
         "System.Reactive.Interfaces": { "target": "project" },