We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c712fc commit ff1a524Copy full SHA for ff1a524
NuGet.config
@@ -2,9 +2,13 @@
2
<configuration>
3
<packageSources>
4
<clear />
5
+ <add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
6
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
7
</packageSources>
8
<packageSourceMapping>
9
+ <packageSource key="dotnet9">
10
+ <package pattern="*" />
11
+ </packageSource>
12
<packageSource key="NuGet">
13
<package pattern="*" />
14
</packageSource>
0 commit comments