~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/NUnitCore/interfaces/nunit.core.interfaces.build

  • Committer: Charlie Poole
  • Date: 2010-12-09 18:18:45 UTC
  • Revision ID: charlie@nunit.org-20101209181845-y7kome2j9zbai1st
Eliminate compiler warnings under .NET

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        <include name="../../NUnitFramework/framework/ITestCaseData.cs"/>
61
61
      </sources>
62
62
      <nowarn>
63
 
        <warning number="1699" if="${runtime.version=='2.0'}"/>
 
63
        <warning number="1699" if="${runtime.version>='2.0'}"/>
64
64
      </nowarn>
65
65
    </csc>
66
66
  </target>