Skip to content

Commit 1a84354

Browse files
authored
Add missing package mapping for net9 feed (#2366)
1 parent 7f5b457 commit 1a84354

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nuget.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<packageSource key="dotnet8">
2424
<package pattern="*" />
2525
</packageSource>
26+
<packageSource key="dotnet9">
27+
<package pattern="*" />
28+
</packageSource>
2629
<packageSource key="grpc">
2730
<package pattern="*" />
2831
</packageSource>

0 commit comments

Comments
 (0)