Skip to content

Commit 4c06e44

Browse files
remove old feeds
1 parent ab016fc commit 4c06e44

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Ix.NET/Integration/NuGet.Config

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<clear />
5-
<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
6-
<add key="myget.org rxnet" value="https://www.myget.org/F/rxnet/api/v3/index.json" />
7-
<add key="Build Packages" value="https://www.myget.org/F/c037199d-41df-4567-b966-25ff65324688/api/v3/index.json" />
8-
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
4+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
5+
<add key="RxNet CI" value="https://pkgs.dev.azure.com/dotnet/Rx.NET/_packaging/RxNet/nuget/v3/index.json" />
96
</packageSources>
107
<config>
118
<!--<add key="repositoryPath" value="..\..\packages" />-->

0 commit comments

Comments
 (0)