summaryrefslogtreecommitdiff
path: root/Source/UnitTests
diff options
context:
space:
mode:
Diffstat (limited to 'Source/UnitTests')
-rw-r--r--Source/UnitTests/README.md17
1 files changed, 4 insertions, 13 deletions
diff --git a/Source/UnitTests/README.md b/Source/UnitTests/README.md
index ea03f18e..526ccdfd 100644
--- a/Source/UnitTests/README.md
+++ b/Source/UnitTests/README.md
@@ -24,21 +24,12 @@ Visual Studio
-------------
Visual Studio should automatically download the missing NuGet packages
-when the solution is built.
+when the solution is built. If this doesn't work make sure the
+``Allow NuGet to download missing packages`` checkbox is ticked in
+``TOOLS > NuGet Package Manager > Package Manager Settings``.
If for some reason this does not work right click the Boogie Solution in the
-Solution Explorer and click ``Enable NuGet Package Restore``. You will get a
-prompt saying
-
-```
-NuGet Package Manager
-
-Do you want to configure this solution to download and restore
-missing NuGet packages during build?
-```
-
-Press the ``Yes`` button. Now build the solution and NuGet will fetch
-the missing NuGet packages.
+Solution Explorer and click ``Enable NuGet Package Restore``.
Monodevelop
-----------