summary refs log tree commit diff
path: root/.nuget/NuGet.Config
diff options
context:
space:
mode:
Diffstat (limited to '.nuget/NuGet.Config')
-rw-r--r--.nuget/NuGet.Config6
1 files changed, 6 insertions, 0 deletions
diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config
new file mode 100644
index 000000000..67f8ea046
--- /dev/null
+++ b/.nuget/NuGet.Config
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <solution>
+    <add key="disableSourceControlIntegration" value="true" />
+  </solution>
+</configuration>
\ No newline at end of file