This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true'" >
6
6
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
7
7
https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
8
- https://api.nuget.org /v3/index.json;
8
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json;
9
9
$(RestoreSources)
10
10
</RestoreSources >
11
11
</PropertyGroup >
Original file line number Diff line number Diff line change 7
7
<clear />
8
8
<add key =" myget.org dotnet-core" value =" https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
9
9
<add key =" myget.org nugetbuild" value =" https://www.myget.org/F/nugetbuild/api/v3/index.json" />
10
- <add key =" nuget.org " value =" https://api.nuget.org /v3/index.json" protocolVersion =" 3" />
10
+ <add key =" dotnet-public " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json" protocolVersion =" 3" />
11
11
</packageSources >
12
12
<activePackageSource >
13
13
<add key =" All" value =" (Aggregate source)" />
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ class Program
155
155
@"<?xml version='1.0' encoding='utf-8'?>
156
156
<configuration>
157
157
<packageSources>
158
- <add key='nuget.org ' value='https://api.nuget.org /v3/index.json' protocolVersion='3' />
158
+ <add key='dotnet-public ' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json' protocolVersion='3' />
159
159
<add key='myget.org/dotnet-core' value='https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json' protocolVersion='3' />
160
160
<add key='myget.org/aspnet-core' value='https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json' protocolVersion='3' />
161
161
</packageSources>
You can’t perform that action at this time.
0 commit comments