NuGet.Config 432 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <packageSources>
  4. <add key="dotnet-myget dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
  5. <add key="dotnet-myget dotnet-corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
  6. <add key="myget mellinoe" value="https://www.myget.org/F/mellinoe/api/v3/index.json" />
  7. </packageSources>
  8. </configuration>