Skip to content

Instantly share code, notes, and snippets.

@steviemcg
Created March 12, 2019 21:16
Show Gist options
  • Select an option

  • Save steviemcg/02d9fd70b75e35754f5a08c33c5b4f47 to your computer and use it in GitHub Desktop.

Select an option

Save steviemcg/02d9fd70b75e35754f5a08c33c5b4f47 to your computer and use it in GitHub Desktop.
Put this file in the same directory as your .sln file and .Net will check this package source with Nuget
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Sitecore" value="https://sitecore.myget.org/F/sc-packages/api/v3/index.json" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment