diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-01-29 17:24:15 +0000 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-01-29 17:24:15 +0000 |
commit | 076de2c7101f4ddfba5b12bc395d683495055355 (patch) | |
tree | 6d8a0f51cc98f344c1fc8636f5dfe855580f416e /Source | |
parent | 5104f0fff3328633ab8c595f34813caf5acfd20d (diff) |
Make NUnit.Runners a require NuGet package again. This is an
attempt to unbreak the Jenkins build. I don't think doing this
is ideal. The package isn't required to run tests, it's only required
if you want to run them on the command line.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/UnitTests/TestUtil/packages.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/UnitTests/TestUtil/packages.config b/Source/UnitTests/TestUtil/packages.config index d4e241a2..ebfc3626 100644 --- a/Source/UnitTests/TestUtil/packages.config +++ b/Source/UnitTests/TestUtil/packages.config @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.3" targetFramework="net45" />
-</packages>
\ No newline at end of file + <package id="NUnit.Runners" version="2.6.4" />
+</packages>
|