You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
379 B

  1. <configuration>
  2. <config>
  3. <packageRestore>
  4. <!-- Allow NuGet to download missing packages -->
  5. <add key="enabled" value="True" />
  6. <!-- Automatically check for missing packages during build in Visual Studio -->
  7. <add key="automatic" value="True" />
  8. </packageRestore>
  9. <add key="repositoryPath" value="nugetpackages" />
  10. </config>
  11. </configuration>