Browse Source

Suppress obsolete warnings for unit tests

Oren Novotny 9 years ago
parent
commit
c832826a67
1 changed files with 2 additions and 1 deletions
  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",
     "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
     "requireLicenseAcceptance": true,
     "requireLicenseAcceptance": true,
     "compilationOptions": {
     "compilationOptions": {
-        "emitEntryPoint": true
+        "emitEntryPoint": true,
+        "nowarn": ["CS0618"]
     },
     },
     "dependencies": {
     "dependencies": {
         "System.Reactive.Interfaces": { "target": "project" },
         "System.Reactive.Interfaces": { "target": "project" },