Created
March 12, 2019 21:16
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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