mirror of
https://github.com/sochix/TLSharp.git
synced 2026-03-04 12:33:52 +01:00
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:
parent
d38840f22e
commit
e304b00089
|
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="NUnit" version="2.6.4" targetFramework="net45" />
|
<package id="NUnit" version="2.6.4" targetFramework="net45" />
|
||||||
|
<package id="NUnitTestAdapter" version="2.1.1" targetFramework="net46" />
|
||||||
</packages>
|
</packages>
|
||||||
Loading…
Reference in a new issue