Skip to content

Commit 39ffa37

Browse files
Update to .NET 10 preview 4 nightly
Update to the latest nightly build of .NET 10 preview 4.
1 parent a98077c commit 39ffa37

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)