diff --git a/source/.nuget/NuGet.Config b/source/.nuget/NuGet.Config
index 67f8ea046ef0f3a33c1cb62726cf07bdab1e3354..0660ad05a24bebcdfbf91b01fa1a1f50ed253433 100644
--- a/source/.nuget/NuGet.Config
+++ b/source/.nuget/NuGet.Config
@@ -3,4 +3,14 @@
   <solution>
     <add key="disableSourceControlIntegration" value="true" />
   </solution>
+  <packageRestore>
+    <add key="enabled" value="True" />
+    <add key="automatic" value="True" />
+  </packageRestore>
+  <activePackageSource>
+    <add key="All" value="(Aggregate source)" />
+  </activePackageSource>
+  <packageSources>
+    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
+  </packageSources>
 </configuration>
\ No newline at end of file
diff --git a/source/.nuget/NuGet.exe b/source/.nuget/NuGet.exe
index 9ca66594f912a1fe7aec510819006fb1a80bc1a9..0cc40884a0d7aef1661d7c3563dabbc3456b4c24 100644
Binary files a/source/.nuget/NuGet.exe and b/source/.nuget/NuGet.exe differ