You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/BenchmarkDotNet/Toolchains/NativeAot/NativeAotToolchain.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ public class NativeAotToolchain : Toolchain
14
14
.ToToolchain();
15
15
16
16
/// <summary>
17
-
/// compiled as net7.0, targets latest NativeAOT build from the .NET 7 feed: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json
17
+
/// compiled as net7.0, targets latest NativeAOT build from the NuGet.org feed
Copy file name to clipboardexpand all lines: src/BenchmarkDotNet/Toolchains/NativeAot/NativeAotToolchainBuilder.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ public class NativeAotToolchainBuilder : CustomDotNetCliToolchainBuilder
26
26
/// Based on https://github.com/dotnet/runtimelab/blob/d0a37893a67c125f9b0cd8671846ff7d867df241/samples/HelloWorld/README.md#add-corert-to-your-project
27
27
/// </summary>
28
28
/// <param name="microsoftDotNetILCompilerVersion">the version of Microsoft.DotNet.ILCompiler which should be used. The default is empty which maps to latest version.</param>
29
-
/// <param name="nuGetFeedUrl">url to NuGet feed, The default is: "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json"</param>
29
+
/// <param name="nuGetFeedUrl">url to NuGet feed, The default is: "https://api.nuget.org/v3/index.json"</param>
0 commit comments