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

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2020-07-16 01:17:22 +0300
committerGitHub <noreply@github.com>2020-07-16 01:17:22 +0300
commit7e82018d1161fda21058f73a2f326bff2796f905 (patch)
tree027415163229860267f348f7f1e964d89900a7a1 /samples
parent6eec54f0f5e1fcc0cea023dd0beca6a8e4ed83bc (diff)
Update nuget.config for 5.0
Diffstat (limited to 'samples')
-rw-r--r--samples/nuget.config9
1 files changed, 1 insertions, 8 deletions
diff --git a/samples/nuget.config b/samples/nuget.config
index 61740857..df7045f7 100644
--- a/samples/nuget.config
+++ b/samples/nuget.config
@@ -1,12 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
- <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
- <add key="dotnet-windowsdesktop" value="https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json" />
- <add key="aspnet-aspnetcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
- <add key="aspnet-aspnetcore-tooling" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json" />
- <add key="aspnet-entityframeworkcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json" />
- <add key="aspnet-extensions" value="https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json" />
- <add key="gRPC repository" value="https://grpc.jfrog.io/grpc/api/nuget/v3/grpc-nuget-dev" />
+ <add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
</packageSources>
</configuration>