We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23f257 commit cedc3c4Copy full SHA for cedc3c4
nuget.config
@@ -2,7 +2,7 @@
2
<configuration>
3
<packageSources>
4
<!-- GitHub Packages (used for consuming internal prereleases if needed) -->
5
- <add key="github" value="https://nuget.pkg.github.com/YourOrg/index.json" />
+ <add key="github" value="https://nuget.pkg.github.com/codeshayk/index.json" />
6
<!-- Official NuGet -->
7
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
8
</packageSources>
0 commit comments