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

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Norman <mike.norman@xamarin.com>2017-07-08 23:11:55 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-07-11 18:23:38 +0300
commitd938cee866a7e94c02ce71fd3352e67f24b8da59 (patch)
tree84a730f7b89d58c85249270f9a1882c7afc8a7e3 /tools/DocStat/DocStat.Tests/packages.config
parente0dfe2e3b175d2dcaae6dfa2663494c3d143c569 (diff)
Further refactoring. Added NUnit project and tests.
Diffstat (limited to 'tools/DocStat/DocStat.Tests/packages.config')
-rw-r--r--tools/DocStat/DocStat.Tests/packages.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/DocStat/DocStat.Tests/packages.config b/tools/DocStat/DocStat.Tests/packages.config
new file mode 100644
index 00000000..01c187cc
--- /dev/null
+++ b/tools/DocStat/DocStat.Tests/packages.config
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+ <package id="NUnit" version="2.6.4" targetFramework="net461" />
+</packages> \ No newline at end of file