Tests.NUnit: add NUnitTestAdapter nuget dep

Otherwise the tests can't actually be run in VS for Windows
(follow-up to 90e16c1b1e).
This commit is contained in:
Andres Aragoneses 2020-09-18 02:18:48 -07:00
parent d38840f22e
commit e304b00089

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="NUnitTestAdapter" version="2.1.1" targetFramework="net46" />
</packages>