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 0e07f71 commit fc62c9aCopy full SHA for fc62c9a
Samples/nuget.config
@@ -14,6 +14,9 @@
14
<!-- a local directory to allow testing nupkg files without pushing to a remote feed -->
15
<add key="localpackages" value="localpackages" />
16
<add key="CommunityToolkit-PullRequests" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-PullRequests/nuget/v3/index.json" />
17
+
18
+ <!-- we only need this until .net 9 preview 4 ships publicly -->
19
+ <add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
20
</packageSources>
21
<disabledPackageSources />
22
</configuration>
0 commit comments