Skip to content

Commit a1f93e8

Browse files
Consume .NET nightly builds
Consume nightly builds of .NET 10.
1 parent a6fa0f9 commit a1f93e8

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
@@ -3,12 +3,16 @@
33
<packageSources>
44
<clear />
55
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
6+
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
67
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
78
</packageSources>
89
<packageSourceMapping>
910
<packageSource key="aspnet-contrib">
1011
<package pattern="AspNet.Security.OAuth.GitHub" />
1112
</packageSource>
13+
<packageSource key="dotnet10">
14+
<package pattern="*" />
15+
</packageSource>
1216
<packageSource key="NuGet">
1317
<package pattern="*" />
1418
</packageSource>

0 commit comments

Comments
 (0)