~anuraj.p/nunitv2/GUIFindTest

« back to all changes in this revision

Viewing changes to src/tests/test-assembly-net45/test-assembly-net45.build

  • Committer: Simone
  • Author(s): Simone Busoli
  • Date: 2012-10-28 14:36:34 UTC
  • Revision ID: simone.busoli@vienna-20121028143634-3bbd7uuche6vub4h
Support for async anonymous delegates in Throws assertions

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        </nowarn>
29
29
        <references>
30
30
          <include name="${current.framework.dir}/nunit.framework.dll"/>
31
 
          <include name="${current.framework.dir}/nunit.framework.extensions.dll"/>
32
 
          <include name="${current.lib.dir}/nunit.core.interfaces.dll"/>
33
 
          <include name="${current.lib.dir}/nunit.core.dll"/>
34
31
        </references>
35
32
      </csc>
36
33