Last active
July 31, 2024 09:28
-
-
Save Red-Folder/34056d8115eb839f27b427a06cdea313 to your computer and use it in GitHub Desktop.
Revisions
-
Red-Folder revised this gist
Oct 3, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ <configuration> <packageSources> <add key="NAME" value="FEEDURL" /> <add key="NuGet official package source" value="https://nuget.org/api/v2/" /> </packageSources> <activePackageSource> <add key="All" value="(Aggregate source)" /> -
Red-Folder created this gist
Oct 3, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="NAME" value="FEEDURL" /> <add key="NuGet official package source" value="https://nuget.org/api/v2/" /> </packageSources> <activePackageSource> <add key="All" value="(Aggregate source)" /> </activePackageSource> </configuration>