Skip to content

Commit 7624373

Browse files
committed
Remove nuget feeds, leaving only nuget.org
1 parent c5b88cc commit 7624373

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

NuGet.config

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3+
34
<packageSources>
4-
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
5-
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
6-
<add key="npgsql-vnext" value="https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
75
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
86
</packageSources>
97

108
<packageSourceMapping>
119
<packageSource key="nuget.org">
1210
<package pattern="*" />
13-
<!-- Our npgsql-vnext feed doesn't necessarily contain the last preview (package retention rules...), so we take it from nuget.org -->
14-
<package pattern="Npgsql" />
15-
<package pattern="Npgsql.*" />
16-
</packageSource>
17-
<packageSource key="npgsql-vnext">
18-
<package pattern="Npgsql" />
19-
<package pattern="Npgsql.*" />
20-
</packageSource>
21-
<packageSource key="dotnet10">
22-
<package pattern="*" />
2311
</packageSource>
2412
</packageSourceMapping>
2513

0 commit comments

Comments
 (0)