Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrennan <brecon@microsoft.com>2021-05-21 21:34:10 +0300
committerGitHub <noreply@github.com>2021-05-21 21:34:10 +0300
commit1c4c6153137da14f25ed08a0ec16ce828e3b9b48 (patch)
treebe93fdf67e6d76c8fb2acb85a3f2ad4159ecd6f4 /NuGet.config
parenta5bccbf075157f9195b574ed812cc0b197033042 (diff)
Update BenchmarkDotNet (#32872)
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config2
1 files changed, 0 insertions, 2 deletions
diff --git a/NuGet.config b/NuGet.config
index b84702d6c3..f7375b2fdc 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -14,8 +14,6 @@
<add key="dotnet31-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
<!-- Used for the Rich Navigation indexing task -->
<add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
- <!-- Used for BenchmarkDotNet prerelease packages -->
- <add key="benchmark-dotnet-prerelease" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/benchmark-dotnet-prerelease/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />