Skip to content

Commit ff1a524

Browse files
Consume .NET daily builds
Update to the latest daily build of .NET 9.
1 parent 1c712fc commit ff1a524

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NuGet.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
<configuration>
33
<packageSources>
44
<clear />
5+
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
56
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
67
</packageSources>
78
<packageSourceMapping>
9+
<packageSource key="dotnet9">
10+
<package pattern="*" />
11+
</packageSource>
812
<packageSource key="NuGet">
913
<package pattern="*" />
1014
</packageSource>

0 commit comments

Comments
 (0)