From 71de5e82a009d1181160cb711c272561d0a8ff66 Mon Sep 17 00:00:00 2001 From: tqin Date: Thu, 7 Jan 2016 12:25:35 +0800 Subject: [PATCH] Fix the problem that "nuget restore" may not pull the packages in correct folder --- csharp/nuget.config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 csharp/nuget.config diff --git a/csharp/nuget.config b/csharp/nuget.config new file mode 100644 index 0000000..52ec949 --- /dev/null +++ b/csharp/nuget.config @@ -0,0 +1,3 @@ + + packages + \ No newline at end of file