Skip to content

Commit fc62c9a

Browse files
committed
Add nuget.config entry for .net9
1 parent 0e07f71 commit fc62c9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Samples/nuget.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<!-- a local directory to allow testing nupkg files without pushing to a remote feed -->
1515
<add key="localpackages" value="localpackages" />
1616
<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" />
1720
</packageSources>
1821
<disabledPackageSources />
1922
</configuration>

0 commit comments

Comments
 (0)