Skip to content

Instantly share code, notes, and snippets.

@Drawaes
Created February 17, 2018 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Drawaes/421f41237af16a40f01ede594a7fe13f to your computer and use it in GitHub Desktop.
Save Drawaes/421f41237af16a40f01ede594a7fe13f to your computer and use it in GitHub Desktop.
<configuration>
<packageSources>
<add key="dotnet-corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
<add key="dotnet-corefx" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="aspnet" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment