NuGet.config 1.1 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <!-- NOTE: Leave this file here and keep it in sync with list in dir.props. -->
  4. <!-- The command-line doesn't need it, but the IDE does. -->
  5. <packageSources>
  6. <clear />
  7. <add key="moeathome" value="https://www.myget.org/F/moeathome-public/api/v3/index.json" />
  8. <add key="orleans-ci" value="https://dotnet.myget.org/F/orleans-ci/api/v3/index.json" />
  9. <add key="corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
  10. <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
  11. <add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
  12. <add key="imageSharp" value="https://www.myget.org/F/imagesharp/api/v3/index.json" />
  13. </packageSources>
  14. <config>
  15. <add key="repositoryPath" value="..\packages" />
  16. </config>
  17. <packageRestore>
  18. <!-- Automated package restore in VS does not work at this time with
  19. this project and it causes build failures in VS. Disable it. -->
  20. <add key="automatic" value="False" />
  21. </packageRestore>
  22. </configuration>