diff --git a/NuGet.config b/NuGet.config index d1a8a417e43..aac2dd8ad9c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,6 +4,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a68cc2c346..8b4fc082c7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,65 +1,69 @@ - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 + + + https://github.com/dotnet/runtime + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 - + https://github.com/dotnet/runtime - 9305d7f71d73c1d1edeb2a06478c998e40deda8d + d3981726bc8b0e179db50301daf9f22d42393096 diff --git a/eng/Versions.props b/eng/Versions.props index 58645512875..a2522c922e7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,20 +17,21 @@ False - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 - 9.0.0-rtm.24516.5 + 9.0.0 + 9.0.0 + 9.0.0 + 9.0.0 + 9.0.0 + 9.0.0 + 9.0.0 + 9.0.0-rtm.24516.10 + 9.0.0 + 9.0.0 + 9.0.0 + 9.0.0-rtm.24516.10 + 9.0.0 + 9.0.0 + 9.0.0 9.0.0-beta.24516.2 diff --git a/eng/helix.proj b/eng/helix.proj index b3f87b8b980..9540f243714 100644 --- a/eng/helix.proj +++ b/eng/helix.proj @@ -30,7 +30,7 @@ $([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken')) - + runtime diff --git a/global.json b/global.json index d0844c41881..9cf9fded9e5 100644 --- a/global.json +++ b/global.json @@ -8,7 +8,7 @@ "dotnet": "9.0.100-rc.2.24474.11", "runtimes": { "dotnet": [ - "$(MicrosoftNETCoreAppRuntimewinx64Version)" + "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" ] } },