Skip to content

Instantly share code, notes, and snippets.

@Red-Folder
Last active July 31, 2024 09:28
Show Gist options
  • Select an option

  • Save Red-Folder/34056d8115eb839f27b427a06cdea313 to your computer and use it in GitHub Desktop.

Select an option

Save Red-Folder/34056d8115eb839f27b427a06cdea313 to your computer and use it in GitHub Desktop.

Revisions

  1. Red-Folder revised this gist Oct 3, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion nuget.config
    Original 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/" />
    <add key="NuGet official package source" value="https://nuget.org/api/v2/" />
    </packageSources>
    <activePackageSource>
    <add key="All" value="(Aggregate source)" />
  2. Red-Folder created this gist Oct 3, 2016.
    10 changes: 10 additions & 0 deletions nuget.config
    Original 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>