2
0

NuGet.config 471 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <packageSources>
  4. <clear />
  5. <!--
  6. Restore sources should be defined in build/sources.props.
  7. The only allowed feed here is myget.org/aspnet-tools which is required to work around
  8. https://github.com/Microsoft/msbuild/issues/2914
  9. -->
  10. <add key="myget.org aspnetcore-tools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
  11. </packageSources>
  12. </configuration>