Added NUnit and NMock via NuGet instead of relying on the VCS
This commit is contained in:
parent
5a6f283d32
commit
2b63977f19
3 changed files with 50 additions and 5 deletions
5
packages.config
Normal file
5
packages.config
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="NMock3" version="3.5.44" targetFramework="net462" />
|
||||
<package id="NUnit" version="2.7.1" targetFramework="net462" />
|
||||
</packages>
|
||||
Loading…
Add table
Add a link
Reference in a new issue