Skip to content

Commit

Permalink
Merge pull request #24097 from dotnet/wtgodbe/3113
Browse files Browse the repository at this point in the history
Update branding to 3.1.13
  • Loading branch information
wtgodbe authored Feb 9, 2021
2 parents 327d4c5 + 5432149 commit ca803fa
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 138 deletions.
31 changes: 28 additions & 3 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
<configuration>
<packageSources>
<clear />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="aspnet-extensions" value="https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json" />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-core-setup -->
<add key="darc-int-dotnet-core-setup-0267ad0" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-0267ad09/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-core-setup -->
<!-- Begin: Package sources from dotnet-extensions -->
<add key="darc-int-dotnet-extensions-4210e7d" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-extensions-4210e7d1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-extensions -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
<add key="dotnet3.1-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<add key="darc-int-dotnet-extensions-ce485be" value="true" />
Expand All @@ -17,5 +24,23 @@
<!-- Begin: Package sources from dotnet-corefx -->
<add key="darc-int-dotnet-corefx-59d2f36" value="true" />
<!-- End: Package sources from dotnet-corefx -->
<add key="darc-int-dotnet-extensions-bfff66d" value="true" />
<add key="darc-int-dotnet-extensions-57f40d5" value="true" />
<add key="darc-int-dotnet-extensions-8bac2ca" value="true" />
<add key="darc-int-dotnet-extensions-64d0e8d" value="true" />
<add key="darc-int-dotnet-extensions-1ec82f9" value="true" />
<add key="darc-int-dotnet-core-setup-5faea65" value="true" />
<add key="darc-int-dotnet-extensions-8e142d5" value="true" />
<add key="darc-int-dotnet-core-setup-d292495" value="true" />
<add key="darc-int-dotnet-extensions-77f5aa6" value="true" />
<add key="darc-int-dotnet-core-setup-08d8c2a" value="true" />
<add key="darc-int-dotnet-extensions-6022c35" value="true" />
<add key="darc-int-dotnet-core-setup-89c50a2" value="true" />
<!-- Begin: Package sources from dotnet-extensions -->
<add key="darc-int-dotnet-extensions-4210e7d" value="true" />
<!-- End: Package sources from dotnet-extensions -->
<!-- Begin: Package sources from dotnet-core-setup -->
<add key="darc-int-dotnet-core-setup-0267ad0" value="true" />
<!-- End: Package sources from dotnet-core-setup -->
</disabledPackageSources>
</configuration>
Loading

0 comments on commit ca803fa

Please sign in to comment.