]> O.S.I.I.S - jp/crow.git/commitdiff
nuget config files
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 19 Jul 2016 03:17:30 +0000 (05:17 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 19 Jul 2016 03:17:30 +0000 (05:17 +0200)
.nuget/nuget.config [new file with mode: 0644]

diff --git a/.nuget/nuget.config b/.nuget/nuget.config
new file mode 100644 (file)
index 0000000..7a9199b
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+       <config>
+               <add key="repositoryPath" value="packages" />
+       </config>
+</configuration>