Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manish.sinha@xamarin.com>2015-06-04 18:18:34 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-06-04 18:18:34 +0300
commit0aeed56b5db18d04902c450967944ca7687c9d04 (patch)
tree96a08088bc06e7bb0473b5241c3efd852059409d /main/tests/UserInterfaceTests/packages.config
parent4976b7a9c527d3191ce5802b197bc99f915b7e89 (diff)
[UITest] Added NUnit from NuGet to packages.config
Diffstat (limited to 'main/tests/UserInterfaceTests/packages.config')
-rw-r--r--main/tests/UserInterfaceTests/packages.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UserInterfaceTests/packages.config b/main/tests/UserInterfaceTests/packages.config
index 27ac881e50..a9c77df0c5 100644
--- a/main/tests/UserInterfaceTests/packages.config
+++ b/main/tests/UserInterfaceTests/packages.config
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
+ <package id="NUnit" version="2.6.4" targetFramework="net45" />
</packages> \ No newline at end of file