Skip to content

Commit e9f1ded

Browse files
committed
Update NuGet.config for 9
1 parent 7479042 commit e9f1ded

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

NuGet.config

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<!--
5-
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
4+
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
65
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
76
<add key="npgsql-vnext" value="https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
8-
-->
97
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
108
</packageSources>
119

@@ -20,11 +18,9 @@
2018
<package pattern="Npgsql" />
2119
<package pattern="Npgsql.*" />
2220
</packageSource>
23-
<!--
24-
<packageSource key="dotnet8">
21+
<packageSource key="dotnet9">
2522
<package pattern="*" />
2623
</packageSource>
27-
-->
2824
</packageSourceMapping>
2925

3026
</configuration>

0 commit comments

Comments
 (0)