From 80f0c4d324f9037749e7f01321b5311433593c7f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 10 Jun 2025 02:08:19 +0000 Subject: [PATCH 1/7] [VMR] Codeflow 907e1be-907e1be [[ commit created by automation ]] --- src/BuiltInTools/dotnet-format/dotnet-format.csproj | 2 ++ .../redist/targets/GenerateBundledVersions.targets | 11 +++++------ src/Layout/redist/targets/GenerateLayout.targets | 4 ++-- src/Layout/redist/targets/RestoreLayout.targets | 2 +- src/Layout/redist/tools/tool_fsc.csproj | 8 ++++---- .../targets/Microsoft.NET.Sdk.BeforeCommon.targets | 2 ++ .../targets/Microsoft.NET.Sdk.Common.targets | 1 + .../targets/Microsoft.NET.Sdk.targets | 6 +++--- .../Microsoft.PackageDependencyResolution.targets | 10 +++++----- 9 files changed, 25 insertions(+), 21 deletions(-) diff --git a/src/BuiltInTools/dotnet-format/dotnet-format.csproj b/src/BuiltInTools/dotnet-format/dotnet-format.csproj index fb39ccbb0901..4e11681f57f8 100644 --- a/src/BuiltInTools/dotnet-format/dotnet-format.csproj +++ b/src/BuiltInTools/dotnet-format/dotnet-format.csproj @@ -30,6 +30,8 @@ + + diff --git a/src/Layout/redist/targets/GenerateBundledVersions.targets b/src/Layout/redist/targets/GenerateBundledVersions.targets index b93c9d9b7ef0..2f683b957af1 100644 --- a/src/Layout/redist/targets/GenerateBundledVersions.targets +++ b/src/Layout/redist/targets/GenerateBundledVersions.targets @@ -1,7 +1,6 @@ - + + Condition="'$(DotNetBuildFromVMR)' != 'true'"> @@ -28,7 +27,7 @@ + Condition="'$(DotNetBuildFromVMR)' != 'true'"> @@ -36,7 +35,7 @@ + Condition="'$(DotNetBuildFromVMR)' != 'true'"> diff --git a/src/Layout/redist/targets/GenerateLayout.targets b/src/Layout/redist/targets/GenerateLayout.targets index 8dbccd2b3815..2560cc533d93 100644 --- a/src/Layout/redist/targets/GenerateLayout.targets +++ b/src/Layout/redist/targets/GenerateLayout.targets @@ -199,8 +199,8 @@ net9.0 - $(NetCurrent) - net9.0 + $(NetCurrent) + net9.0 $(NuGetPackageRoot)microsoft.testplatform.cli/$(MicrosoftTestPlatformCLIPackageVersion)/contentFiles/any/$(TestCliNuGetDirectoryTargetFramework)/ diff --git a/src/Layout/redist/targets/RestoreLayout.targets b/src/Layout/redist/targets/RestoreLayout.targets index 6c1683309824..bd741f3b55b0 100644 --- a/src/Layout/redist/targets/RestoreLayout.targets +++ b/src/Layout/redist/targets/RestoreLayout.targets @@ -305,7 +305,7 @@ For example, the dotnetbuilds uri for 'file:///vmr/dotnet2/artifacts/obj/x64/Release/blob-feed/assets//aspnetcore_base_runtime.version' would end up 'https://ci.dot.net/public//dotnet-runtime-8.0.0-rc.1.23381.3-centos.8-x64.tar.gz'. This is missing the runtime version number directory. --> - + %(ComponentToDownload.ShouldDownload) diff --git a/src/Layout/redist/tools/tool_fsc.csproj b/src/Layout/redist/tools/tool_fsc.csproj index 99e3907e017d..47c2577ed276 100644 --- a/src/Layout/redist/tools/tool_fsc.csproj +++ b/src/Layout/redist/tools/tool_fsc.csproj @@ -30,10 +30,10 @@ - Shipping - Release - net9.0 - $(NetCurrent) + Shipping + Release + net9.0 + $(NetCurrent) diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.BeforeCommon.targets b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.BeforeCommon.targets index 6f90f3514f0b..3f66cc8c4a59 100644 --- a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.BeforeCommon.targets +++ b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.BeforeCommon.targets @@ -335,7 +335,9 @@ Copyright (c) .NET Foundation. All rights reserved. $(MSBuildThisFileDirectory)..\..\..\Roslyn + $(MSBuildThisFileDirectory)..\..\..\Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll $(MSBuildThisFileDirectory)..\..\..\Roslyn\binfx + $(MSBuildThisFileDirectory)..\..\..\Roslyn\binfx\Microsoft.Build.Tasks.CodeAnalysis.Sdk.dll $(MSBuildThisFileDirectory)..\..\..\Roslyn\Microsoft.CSharp.Core.targets $(MSBuildThisFileDirectory)..\..\..\Roslyn\Microsoft.VisualBasic.Core.targets diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.Common.targets b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.Common.targets index 6420fa1f7377..db8f662dd199 100644 --- a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.Common.targets +++ b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.Common.targets @@ -77,6 +77,7 @@ Copyright (c) .NET Foundation. All rights reserved. $(NuGetPackageRoot)\microsoft.net.sdk.compilers.toolset\$(NETCoreSdkVersion) + $(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll <_NeedToDownloadMicrosoftNetSdkCompilersToolsetPackage>true <_MicrosoftNetSdkCompilersToolsetPackageRootEmpty Condition="'$(NuGetPackageRoot)' == ''">true diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets index 464dd8659a7c..e7278514a2a4 100644 --- a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets +++ b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets @@ -223,9 +223,9 @@ Copyright (c) .NET Foundation. All rights reserved. - - - + + + diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.PackageDependencyResolution.targets b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.PackageDependencyResolution.targets index dc048fde8e68..a1b3e49023d4 100644 --- a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.PackageDependencyResolution.targets +++ b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.PackageDependencyResolution.targets @@ -175,7 +175,7 @@ Copyright (c) .NET Foundation. All rights reserved. AssemblyFile="$(MicrosoftNETBuildTasksAssembly)" /> - + @@ -64,58 +64,58 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 https://github.com/nuget/nuget.client @@ -186,357 +186,357 @@ https://github.com/nuget/nuget.client fb8b14ee3c574f9b559fc2057cadd20d55a75526 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 https://github.com/dotnet/arcade-services @@ -554,9 +554,9 @@ https://github.com/microsoft/testfx a4167587079e565b3f1c18b332e61f789b50acb1 - + https://github.com/dotnet/dotnet - 7e27ec4c314eb774eae2c54ce4682c98973c7c60 + 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 diff --git a/eng/Versions.props b/eng/Versions.props index bd27e2c92626..acd5074e0256 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,7 +54,7 @@ https://dotnetclimsrc.blob.core.windows.net/dotnet/ - 10.0.0-preview.25304.106 + 10.0.0-preview.25306.103 1.0.0-20230414.1 2.23.0 2.0.1-servicing-26011-01 @@ -63,7 +63,7 @@ 4.8.6 1.2.0-beta.435 4.0.5 - 2.0.0-beta5.25304.106 + 2.0.0-beta5.25306.103 2.0.0-beta5.25279.2 1.1.2-beta1.22216.1 10.3.0 @@ -81,11 +81,11 @@ - 2.0.0-preview.1.25304.106 + 2.0.0-preview.1.25306.103 - 2.2.0-beta.25304.106 + 2.2.0-beta.25306.103 @@ -97,44 +97,44 @@ - 10.0.0-preview.6.25304.106 + 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 8.0.0-rc.1.23414.4 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 2.1.0 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 8.0.0 @@ -150,8 +150,8 @@ - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 @@ -170,13 +170,13 @@ - 17.15.0-preview-25304-106 - 17.15.0-preview-25304-106 - 17.15.0-preview-25304-106 + 17.15.0-preview-25306-103 + 17.15.0-preview-25306-103 + 17.15.0-preview-25306-103 - 10.0.0-preview.25304.106 + 10.0.0-preview.25306.103 @@ -197,83 +197,83 @@ At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent --> - 17.15.0-preview-25304-106 - 17.15.0-preview-25304-106 + 17.15.0-preview-25306-103 + 17.15.0-preview-25306-103 17.11.4 17.13 - 10.0.100-preview.5.25304.106 - 10.0.100-preview.5.25304.106 - 10.0.100-preview.5.25304.106 - 10.0.100-preview.5.25304.106 - 10.0.100-preview.5.25304.106 + 10.0.100-preview.5.25306.103 + 10.0.100-preview.5.25306.103 + 10.0.100-preview.5.25306.103 + 10.0.100-preview.5.25306.103 + 10.0.100-preview.5.25306.103 - 10.0.100-preview.5.25304.106 - 10.0.100-preview.5.25304.106 - 10.0.100-preview.5.25304.106 - 10.0.100-preview.5.25304.106 + 10.0.100-preview.5.25306.103 + 10.0.100-preview.5.25306.103 + 10.0.100-preview.5.25306.103 + 10.0.100-preview.5.25306.103 - 14.0.100-beta.25304.106 + 14.0.100-beta.25306.103 - 5.0.0-1.25304.106 - 5.0.0-1.25304.106 - 5.0.0-1.25304.106 - 5.0.0-1.25304.106 - 5.0.0-1.25304.106 - 5.0.0-1.25304.106 - 5.0.0-1.25304.106 - 5.0.0-1.25304.106 - 5.0.0-1.25304.106 - 5.0.0-1.25304.106 + 5.0.0-1.25306.103 + 5.0.0-1.25306.103 + 5.0.0-1.25306.103 + 5.0.0-1.25306.103 + 5.0.0-1.25306.103 + 5.0.0-1.25306.103 + 5.0.0-1.25306.103 + 5.0.0-1.25306.103 + 5.0.0-1.25306.103 + 5.0.0-1.25306.103 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 10.0.0-preview.5.25265.101 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 10.0.0-preview.5.25265.101 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 - 10.0.0-preview.25304.106 - 10.0.0-preview.25304.106 - 10.0.0-preview.25304.106 + 10.0.0-preview.25306.103 + 10.0.0-preview.25306.103 + 10.0.0-preview.25306.103 - 10.0.0-preview.6.25304.106 + 10.0.0-preview.6.25306.103 3.1.56 3.1.56 @@ -283,8 +283,8 @@ - 10.0.0-preview.6.25304.106 - 10.0.0-preview.6.25304.106 + 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25306.103 2.2.0-beta.19072.10 @@ -297,21 +297,21 @@ - 10.0.0-beta.25304.106 - 10.0.0-beta.25304.106 - 10.0.0-beta.25304.106 - 10.0.0-beta.25304.106 - 10.0.0-beta.25304.106 - 10.0.0-beta.25304.106 + 10.0.0-beta.25306.103 + 10.0.0-beta.25306.103 + 10.0.0-beta.25306.103 + 10.0.0-beta.25306.103 + 10.0.0-beta.25306.103 + 10.0.0-beta.25306.103 - 10.0.0-beta.25304.106 - 10.0.0-beta.25304.106 - 10.0.0-beta.25304.106 - 10.0.0-beta.25304.106 - 10.0.0-beta.25304.106 - 10.0.0-beta.25304.106 + 10.0.0-beta.25306.103 + 10.0.0-beta.25306.103 + 10.0.0-beta.25306.103 + 10.0.0-beta.25306.103 + 10.0.0-beta.25306.103 + 10.0.0-beta.25306.103 diff --git a/global.json b/global.json index e2a9b2417f57..dbc45c94934e 100644 --- a/global.json +++ b/global.json @@ -14,8 +14,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25304.106", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25304.106", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25306.103", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25306.103", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From 978755282cda272e99fa00807500fc6312bc9058 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 11 Jun 2025 02:08:57 +0000 Subject: [PATCH 3/7] Update dependencies from https://github.com/dotnet/dotnet build 271181 Updated Dependencies: Microsoft.TemplateEngine.Abstractions, Microsoft.TemplateEngine.Edge, Microsoft.TemplateEngine.Orchestrator.RunnableProjects, Microsoft.TemplateEngine.Utils, Microsoft.TemplateSearch.Common, Microsoft.TemplateEngine.Mocks, Microsoft.TemplateEngine.TestHelper, Microsoft.TemplateEngine.Authoring.TemplateVerifier, Microsoft.TemplateSearch.TemplateDiscovery (Version 10.0.100-preview.5.25306.103 -> 10.0.100-preview.6.25310.107) Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, Microsoft.NET.HostModel, System.IO.Hashing, Microsoft.Extensions.DependencyModel, Microsoft.NET.Runtime.Emscripten.Sdk.Internal, Microsoft.NET.ILLink.Tasks, System.CodeDom, System.Formats.Asn1, System.Security.Cryptography.ProtectedData, System.Text.Encoding.CodePages, System.Resources.Extensions, Microsoft.WindowsDesktop.App.Ref, Microsoft.WindowsDesktop.App.Internal, Microsoft.NET.Sdk.WindowsDesktop, Microsoft.AspNetCore.App.Ref, Microsoft.AspNetCore.App.Ref.Internal, dotnet-dev-certs, dotnet-user-jwts, dotnet-user-secrets, Microsoft.AspNetCore.Analyzers, Microsoft.AspNetCore.Authentication.Facebook, Microsoft.AspNetCore.Authentication.Google, Microsoft.AspNetCore.Authentication.MicrosoftAccount, Microsoft.AspNetCore.Components, Microsoft.AspNetCore.Components.Analyzers, Microsoft.AspNetCore.Components.Forms, Microsoft.AspNetCore.Components.WebAssembly, Microsoft.AspNetCore.Components.WebAssembly.Server, Microsoft.AspNetCore.Components.SdkAnalyzers, Microsoft.AspNetCore.Components.WebView, Microsoft.AspNetCore.Metadata, Microsoft.AspNetCore.Mvc.Analyzers, Microsoft.AspNetCore.Mvc.Api.Analyzers, Microsoft.Extensions.FileProviders.Embedded, Microsoft.AspNetCore.Authorization, Microsoft.AspNetCore.Components.Web, Microsoft.JSInterop, Microsoft.Extensions.ObjectPool, Microsoft.AspNetCore.DeveloperCertificates.XPlat, Microsoft.AspNetCore.TestHost, Microsoft.DotNet.Web.ItemTemplates.10.0, Microsoft.DotNet.Web.ProjectTemplates.10.0, Microsoft.Dotnet.WinForms.ProjectTemplates, Microsoft.DotNet.Wpf.ProjectTemplates, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.FileSystemGlobbing, System.ServiceProcess.ServiceController, System.Text.Json, Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Win32.SystemEvents, System.Composition.AttributedModel, System.Composition.Convention, System.Composition.Hosting, System.Composition.Runtime, System.Composition.TypedParts, System.Configuration.ConfigurationManager, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.Windows.Extensions, System.Reflection.MetadataLoadContext, Microsoft.Extensions.Configuration.Ini (Version 10.0.0-preview.6.25306.103 -> 10.0.0-preview.6.25310.107) Microsoft.Build, Microsoft.Build.Localization, Microsoft.NET.Test.Sdk, Microsoft.TestPlatform.CLI, Microsoft.TestPlatform.Build (Version 17.15.0-preview-25306-103 -> 17.15.0-preview-25310-107) Microsoft.FSharp.Compiler (Version 14.0.100-beta.25306.103 -> 14.0.100-beta.25310.107) Microsoft.Net.Compilers.Toolset, Microsoft.Net.Compilers.Toolset.Framework, Microsoft.CodeAnalysis, Microsoft.CodeAnalysis.CSharp, Microsoft.CodeAnalysis.CSharp.CodeStyle, Microsoft.CodeAnalysis.CSharp.Features, Microsoft.CodeAnalysis.CSharp.Workspaces, Microsoft.CodeAnalysis.Workspaces.Common, Microsoft.CodeAnalysis.Workspaces.MSBuild, Microsoft.CodeAnalysis.PublicApiAnalyzers (Version 5.0.0-1.25306.103 -> 5.0.0-1.25310.107) Microsoft.CodeAnalysis.Razor.Tooling.Internal, Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal, Microsoft.NET.Sdk.Razor.SourceGenerators.Transport, Microsoft.Web.Xdt, Microsoft.CodeAnalysis.NetAnalyzers (Version 10.0.0-preview.25306.103 -> 10.0.0-preview.25310.107) System.CommandLine (Version 2.0.0-beta5.25306.103 -> 2.0.0-beta5.25310.107) Microsoft.DiaSymReader (Version 2.2.0-beta.25306.103 -> 2.2.0-beta.25310.107) Microsoft.Deployment.DotNet.Releases (Version 2.0.0-preview.1.25306.103 -> 2.0.0-preview.1.25310.107) Microsoft.Build.Tasks.Git, Microsoft.SourceLink.Common, Microsoft.SourceLink.AzureRepos.Git, Microsoft.SourceLink.GitHub, Microsoft.SourceLink.GitLab, Microsoft.SourceLink.Bitbucket.Git, Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Build.Tasks.Workloads, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.SignTool, Microsoft.DotNet.XUnitExtensions, Microsoft.DotNet.XliffTasks (Version 10.0.0-beta.25306.103 -> 10.0.0-beta.25310.107) --- eng/Version.Details.xml | 454 +++++++++--------- eng/Versions.props | 222 ++++----- eng/common/core-templates/job/onelocbuild.yml | 5 +- global.json | 4 +- 4 files changed, 342 insertions(+), 343 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d56b33b7f8cd..9517accf253f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,62 +1,62 @@ - + - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 @@ -64,58 +64,58 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 https://github.com/nuget/nuget.client @@ -186,357 +186,357 @@ https://github.com/nuget/nuget.client fb8b14ee3c574f9b559fc2057cadd20d55a75526 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 https://github.com/dotnet/arcade-services @@ -554,9 +554,9 @@ https://github.com/microsoft/testfx a4167587079e565b3f1c18b332e61f789b50acb1 - + https://github.com/dotnet/dotnet - 9a90ec1b43070dc3ee0f0b869a78a175c1d33b68 + 604a6612d130bc042dc973aba84889f529f9cb69 diff --git a/eng/Versions.props b/eng/Versions.props index acd5074e0256..730b5b155f09 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,7 +54,7 @@ https://dotnetclimsrc.blob.core.windows.net/dotnet/ - 10.0.0-preview.25306.103 + 10.0.0-preview.25310.107 1.0.0-20230414.1 2.23.0 2.0.1-servicing-26011-01 @@ -63,7 +63,7 @@ 4.8.6 1.2.0-beta.435 4.0.5 - 2.0.0-beta5.25306.103 + 2.0.0-beta5.25310.107 2.0.0-beta5.25279.2 1.1.2-beta1.22216.1 10.3.0 @@ -81,11 +81,11 @@ - 2.0.0-preview.1.25306.103 + 2.0.0-preview.1.25310.107 - 2.2.0-beta.25306.103 + 2.2.0-beta.25310.107 @@ -97,44 +97,44 @@ - 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 8.0.0-rc.1.23414.4 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 2.1.0 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 8.0.0 @@ -150,8 +150,8 @@ - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 @@ -170,13 +170,13 @@ - 17.15.0-preview-25306-103 - 17.15.0-preview-25306-103 - 17.15.0-preview-25306-103 + 17.15.0-preview-25310-107 + 17.15.0-preview-25310-107 + 17.15.0-preview-25310-107 - 10.0.0-preview.25306.103 + 10.0.0-preview.25310.107 @@ -197,83 +197,83 @@ At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent --> - 17.15.0-preview-25306-103 - 17.15.0-preview-25306-103 + 17.15.0-preview-25310-107 + 17.15.0-preview-25310-107 17.11.4 17.13 - 10.0.100-preview.5.25306.103 - 10.0.100-preview.5.25306.103 - 10.0.100-preview.5.25306.103 - 10.0.100-preview.5.25306.103 - 10.0.100-preview.5.25306.103 + 10.0.100-preview.6.25310.107 + 10.0.100-preview.6.25310.107 + 10.0.100-preview.6.25310.107 + 10.0.100-preview.6.25310.107 + 10.0.100-preview.6.25310.107 - 10.0.100-preview.5.25306.103 - 10.0.100-preview.5.25306.103 - 10.0.100-preview.5.25306.103 - 10.0.100-preview.5.25306.103 + 10.0.100-preview.6.25310.107 + 10.0.100-preview.6.25310.107 + 10.0.100-preview.6.25310.107 + 10.0.100-preview.6.25310.107 - 14.0.100-beta.25306.103 + 14.0.100-beta.25310.107 - 5.0.0-1.25306.103 - 5.0.0-1.25306.103 - 5.0.0-1.25306.103 - 5.0.0-1.25306.103 - 5.0.0-1.25306.103 - 5.0.0-1.25306.103 - 5.0.0-1.25306.103 - 5.0.0-1.25306.103 - 5.0.0-1.25306.103 - 5.0.0-1.25306.103 + 5.0.0-1.25310.107 + 5.0.0-1.25310.107 + 5.0.0-1.25310.107 + 5.0.0-1.25310.107 + 5.0.0-1.25310.107 + 5.0.0-1.25310.107 + 5.0.0-1.25310.107 + 5.0.0-1.25310.107 + 5.0.0-1.25310.107 + 5.0.0-1.25310.107 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 10.0.0-preview.5.25265.101 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 10.0.0-preview.5.25265.101 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 - 10.0.0-preview.25306.103 - 10.0.0-preview.25306.103 - 10.0.0-preview.25306.103 + 10.0.0-preview.25310.107 + 10.0.0-preview.25310.107 + 10.0.0-preview.25310.107 - 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25310.107 3.1.56 3.1.56 @@ -283,8 +283,8 @@ - 10.0.0-preview.6.25306.103 - 10.0.0-preview.6.25306.103 + 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25310.107 2.2.0-beta.19072.10 @@ -297,21 +297,21 @@ - 10.0.0-beta.25306.103 - 10.0.0-beta.25306.103 - 10.0.0-beta.25306.103 - 10.0.0-beta.25306.103 - 10.0.0-beta.25306.103 - 10.0.0-beta.25306.103 + 10.0.0-beta.25310.107 + 10.0.0-beta.25310.107 + 10.0.0-beta.25310.107 + 10.0.0-beta.25310.107 + 10.0.0-beta.25310.107 + 10.0.0-beta.25310.107 - 10.0.0-beta.25306.103 - 10.0.0-beta.25306.103 - 10.0.0-beta.25306.103 - 10.0.0-beta.25306.103 - 10.0.0-beta.25306.103 - 10.0.0-beta.25306.103 + 10.0.0-beta.25310.107 + 10.0.0-beta.25310.107 + 10.0.0-beta.25310.107 + 10.0.0-beta.25310.107 + 10.0.0-beta.25310.107 + 10.0.0-beta.25310.107 diff --git a/eng/common/core-templates/job/onelocbuild.yml b/eng/common/core-templates/job/onelocbuild.yml index 00feec8ebbc3..8034815f4213 100644 --- a/eng/common/core-templates/job/onelocbuild.yml +++ b/eng/common/core-templates/job/onelocbuild.yml @@ -86,8 +86,7 @@ jobs: isAutoCompletePrSelected: ${{ parameters.AutoCompletePr }} ${{ if eq(parameters.CreatePr, true) }}: isUseLfLineEndingsSelected: ${{ parameters.UseLfLineEndings }} - ${{ if eq(parameters.RepoType, 'gitHub') }}: - isShouldReusePrSelected: ${{ parameters.ReusePr }} + isShouldReusePrSelected: ${{ parameters.ReusePr }} packageSourceAuth: patAuth patVariable: ${{ parameters.CeapexPat }} ${{ if eq(parameters.RepoType, 'gitHub') }}: @@ -118,4 +117,4 @@ jobs: pathToPublish: '$(Build.SourcesDirectory)/eng/Localize/' publishLocation: Container artifactName: Loc - condition: ${{ parameters.condition }} \ No newline at end of file + condition: ${{ parameters.condition }} diff --git a/global.json b/global.json index dbc45c94934e..de5ae026e199 100644 --- a/global.json +++ b/global.json @@ -14,8 +14,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25306.103", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25306.103", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25310.107", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25310.107", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From 1de2e590d21d8e14af56bc75b077a1f99a6fee50 Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Tue, 10 Jun 2025 23:09:54 -0700 Subject: [PATCH 4/7] Skip failing dotnet-watch tests --- test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs | 2 +- .../dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs b/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs index d96d52cf34ef..09b084761423 100644 --- a/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs +++ b/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs @@ -105,7 +105,7 @@ public async Task AutoRestartOnRudeEdit(bool nonInteractive) App.AssertOutputContains($"[WatchHotReloadApp ({ToolsetInfo.CurrentTargetFramework})] Launched"); } - [Fact] + [Fact(Skip = "https://github.com/dotnet/sdk/issues/49307")] public async Task AutoRestartOnRudeEditAfterRestartPrompt() { var testAsset = TestAssets.CopyTestAsset("WatchHotReloadApp") diff --git a/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs b/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs index 4273f2ca7493..e09faaf61492 100644 --- a/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs +++ b/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs @@ -394,7 +394,7 @@ public enum UpdateLocation TopFunction, } - [Theory] + [Theory(Skip = "https://github.com/dotnet/sdk/issues/49307")] [CombinatorialData] public async Task HostRestart(UpdateLocation updateLocation) { From a554d59c1d73ae0f05ce6824c3117db4088bd6f6 Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Wed, 11 Jun 2025 01:44:15 -0700 Subject: [PATCH 5/7] Continue skipping failed dotnet-watch tests --- test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs | 2 +- .../dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs b/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs index 09b084761423..f96dfc2d8d73 100644 --- a/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs +++ b/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs @@ -269,7 +269,7 @@ public async Task ChangeFileInFSharpProject() await App.AssertOutputLineStartsWith(""); } - [Fact] + [Fact(Skip = "https://github.com/dotnet/sdk/issues/49307")] public async Task ChangeFileInFSharpProjectWithLoop() { var testAsset = TestAssets.CopyTestAsset("FSharpTestAppSimple") diff --git a/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs b/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs index e09faaf61492..0463f4df9053 100644 --- a/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs +++ b/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs @@ -295,7 +295,7 @@ async Task MakeRudeEditChange() } } - [Theory] + [Theory(Skip = "https://github.com/dotnet/sdk/issues/49307")] [CombinatorialData] public async Task UpdateAppliedToNewProcesses(bool sharedOutput) { From cd3269cb8658364f75fbf7ec0d66239d166bc489 Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Wed, 11 Jun 2025 02:54:06 -0700 Subject: [PATCH 6/7] Continue skipping failed dotnet-watch tests --- test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs | 2 +- .../dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs b/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs index f96dfc2d8d73..c16a1a7cb8c4 100644 --- a/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs +++ b/test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs @@ -215,7 +215,7 @@ public async Task BaselineCompilationError() /// We currently do not support applying project changes. /// The workaround is to restart via Ctrl+R. /// - [Fact] + [Fact(Skip = "https://github.com/dotnet/sdk/issues/49307")] public async Task ProjectChangeAndRestart() { var testAsset = TestAssets.CopyTestAsset("WatchNoDepsApp") diff --git a/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs b/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs index 0463f4df9053..baa50d0320e0 100644 --- a/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs +++ b/test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs @@ -134,7 +134,7 @@ private RunningWatcher StartWatcher(TestAsset testAsset, string[] args, string w return new RunningWatcher(this, watcher, watchTask, reporter, console, serviceHolder, shutdownSource); } - [Theory] + [Theory(Skip = "https://github.com/dotnet/sdk/issues/49307")] [CombinatorialData] public async Task UpdateAndRudeEdit(TriggerEvent trigger) { From f9059c6f524ee8add70bf4a08c4dcbbf5341c2a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 12 Jun 2025 02:05:25 +0000 Subject: [PATCH 7/7] Update dependencies from https://github.com/dotnet/dotnet build 271343 Updated Dependencies: Microsoft.TemplateEngine.Abstractions, Microsoft.TemplateEngine.Edge, Microsoft.TemplateEngine.Orchestrator.RunnableProjects, Microsoft.TemplateEngine.Utils, Microsoft.TemplateSearch.Common, Microsoft.TemplateEngine.Mocks, Microsoft.TemplateEngine.TestHelper, Microsoft.TemplateEngine.Authoring.TemplateVerifier, Microsoft.TemplateSearch.TemplateDiscovery (Version 10.0.100-preview.6.25310.107 -> 10.0.100-preview.6.25311.102) Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, Microsoft.NET.HostModel, System.IO.Hashing, Microsoft.Extensions.DependencyModel, Microsoft.NET.Runtime.Emscripten.Sdk.Internal, Microsoft.NET.ILLink.Tasks, System.CodeDom, System.Formats.Asn1, System.Security.Cryptography.ProtectedData, System.Text.Encoding.CodePages, System.Resources.Extensions, Microsoft.WindowsDesktop.App.Ref, Microsoft.WindowsDesktop.App.Internal, Microsoft.NET.Sdk.WindowsDesktop, Microsoft.AspNetCore.App.Ref, Microsoft.AspNetCore.App.Ref.Internal, dotnet-dev-certs, dotnet-user-jwts, dotnet-user-secrets, Microsoft.AspNetCore.Analyzers, Microsoft.AspNetCore.Authentication.Facebook, Microsoft.AspNetCore.Authentication.Google, Microsoft.AspNetCore.Authentication.MicrosoftAccount, Microsoft.AspNetCore.Components, Microsoft.AspNetCore.Components.Analyzers, Microsoft.AspNetCore.Components.Forms, Microsoft.AspNetCore.Components.WebAssembly, Microsoft.AspNetCore.Components.WebAssembly.Server, Microsoft.AspNetCore.Components.SdkAnalyzers, Microsoft.AspNetCore.Components.WebView, Microsoft.AspNetCore.Metadata, Microsoft.AspNetCore.Mvc.Analyzers, Microsoft.AspNetCore.Mvc.Api.Analyzers, Microsoft.Extensions.FileProviders.Embedded, Microsoft.AspNetCore.Authorization, Microsoft.AspNetCore.Components.Web, Microsoft.JSInterop, Microsoft.Extensions.ObjectPool, Microsoft.AspNetCore.DeveloperCertificates.XPlat, Microsoft.AspNetCore.TestHost, Microsoft.DotNet.Web.ItemTemplates.10.0, Microsoft.DotNet.Web.ProjectTemplates.10.0, Microsoft.Dotnet.WinForms.ProjectTemplates, Microsoft.DotNet.Wpf.ProjectTemplates, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.FileSystemGlobbing, System.ServiceProcess.ServiceController, System.Text.Json, Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Win32.SystemEvents, System.Composition.AttributedModel, System.Composition.Convention, System.Composition.Hosting, System.Composition.Runtime, System.Composition.TypedParts, System.Configuration.ConfigurationManager, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.Windows.Extensions, System.Reflection.MetadataLoadContext, Microsoft.Extensions.Configuration.Ini (Version 10.0.0-preview.6.25310.107 -> 10.0.0-preview.6.25311.102) Microsoft.Build, Microsoft.Build.Localization, Microsoft.NET.Test.Sdk, Microsoft.TestPlatform.CLI, Microsoft.TestPlatform.Build (Version 17.15.0-preview-25310-107 -> 17.15.0-preview-25311-102) Microsoft.FSharp.Compiler (Version 14.0.100-beta.25310.107 -> 14.0.100-beta.25311.102) Microsoft.Net.Compilers.Toolset, Microsoft.Net.Compilers.Toolset.Framework, Microsoft.CodeAnalysis, Microsoft.CodeAnalysis.CSharp, Microsoft.CodeAnalysis.CSharp.CodeStyle, Microsoft.CodeAnalysis.CSharp.Features, Microsoft.CodeAnalysis.CSharp.Workspaces, Microsoft.CodeAnalysis.Workspaces.Common, Microsoft.CodeAnalysis.Workspaces.MSBuild, Microsoft.CodeAnalysis.PublicApiAnalyzers (Version 5.0.0-1.25310.107 -> 5.0.0-1.25311.102) Microsoft.CodeAnalysis.Razor.Tooling.Internal, Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal, Microsoft.NET.Sdk.Razor.SourceGenerators.Transport, Microsoft.Web.Xdt, Microsoft.CodeAnalysis.NetAnalyzers (Version 10.0.0-preview.25310.107 -> 10.0.0-preview.25311.102) System.CommandLine (Version 2.0.0-beta5.25310.107 -> 2.0.0-beta5.25311.102) Microsoft.DiaSymReader (Version 2.2.0-beta.25310.107 -> 2.2.0-beta.25311.102) Microsoft.Deployment.DotNet.Releases (Version 2.0.0-preview.1.25310.107 -> 2.0.0-preview.1.25311.102) Microsoft.Build.Tasks.Git, Microsoft.SourceLink.Common, Microsoft.SourceLink.AzureRepos.Git, Microsoft.SourceLink.GitHub, Microsoft.SourceLink.GitLab, Microsoft.SourceLink.Bitbucket.Git, Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Build.Tasks.Workloads, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.SignTool, Microsoft.DotNet.XUnitExtensions, Microsoft.DotNet.XliffTasks (Version 10.0.0-beta.25310.107 -> 10.0.0-beta.25311.102) --- eng/Version.Details.xml | 454 ++++++++++++++++++++-------------------- eng/Versions.props | 222 ++++++++++---------- global.json | 4 +- 3 files changed, 340 insertions(+), 340 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9517accf253f..f96e79cd3389 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,62 +1,62 @@ - + - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a @@ -64,58 +64,58 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a https://github.com/nuget/nuget.client @@ -186,357 +186,357 @@ https://github.com/nuget/nuget.client fb8b14ee3c574f9b559fc2057cadd20d55a75526 - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a https://github.com/dotnet/arcade-services @@ -554,9 +554,9 @@ https://github.com/microsoft/testfx a4167587079e565b3f1c18b332e61f789b50acb1 - + https://github.com/dotnet/dotnet - 604a6612d130bc042dc973aba84889f529f9cb69 + 20fdc50b34ee89e7c54eef0a193c30ed4816597a diff --git a/eng/Versions.props b/eng/Versions.props index 730b5b155f09..9498805b039b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -54,7 +54,7 @@ https://dotnetclimsrc.blob.core.windows.net/dotnet/ - 10.0.0-preview.25310.107 + 10.0.0-preview.25311.102 1.0.0-20230414.1 2.23.0 2.0.1-servicing-26011-01 @@ -63,7 +63,7 @@ 4.8.6 1.2.0-beta.435 4.0.5 - 2.0.0-beta5.25310.107 + 2.0.0-beta5.25311.102 2.0.0-beta5.25279.2 1.1.2-beta1.22216.1 10.3.0 @@ -81,11 +81,11 @@ - 2.0.0-preview.1.25310.107 + 2.0.0-preview.1.25311.102 - 2.2.0-beta.25310.107 + 2.2.0-beta.25311.102 @@ -97,44 +97,44 @@ - 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25311.102 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 8.0.0-rc.1.23414.4 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 2.1.0 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 8.0.0 @@ -150,8 +150,8 @@ - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 @@ -170,13 +170,13 @@ - 17.15.0-preview-25310-107 - 17.15.0-preview-25310-107 - 17.15.0-preview-25310-107 + 17.15.0-preview-25311-102 + 17.15.0-preview-25311-102 + 17.15.0-preview-25311-102 - 10.0.0-preview.25310.107 + 10.0.0-preview.25311.102 @@ -197,83 +197,83 @@ At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent --> - 17.15.0-preview-25310-107 - 17.15.0-preview-25310-107 + 17.15.0-preview-25311-102 + 17.15.0-preview-25311-102 17.11.4 17.13 - 10.0.100-preview.6.25310.107 - 10.0.100-preview.6.25310.107 - 10.0.100-preview.6.25310.107 - 10.0.100-preview.6.25310.107 - 10.0.100-preview.6.25310.107 + 10.0.100-preview.6.25311.102 + 10.0.100-preview.6.25311.102 + 10.0.100-preview.6.25311.102 + 10.0.100-preview.6.25311.102 + 10.0.100-preview.6.25311.102 - 10.0.100-preview.6.25310.107 - 10.0.100-preview.6.25310.107 - 10.0.100-preview.6.25310.107 - 10.0.100-preview.6.25310.107 + 10.0.100-preview.6.25311.102 + 10.0.100-preview.6.25311.102 + 10.0.100-preview.6.25311.102 + 10.0.100-preview.6.25311.102 - 14.0.100-beta.25310.107 + 14.0.100-beta.25311.102 - 5.0.0-1.25310.107 - 5.0.0-1.25310.107 - 5.0.0-1.25310.107 - 5.0.0-1.25310.107 - 5.0.0-1.25310.107 - 5.0.0-1.25310.107 - 5.0.0-1.25310.107 - 5.0.0-1.25310.107 - 5.0.0-1.25310.107 - 5.0.0-1.25310.107 + 5.0.0-1.25311.102 + 5.0.0-1.25311.102 + 5.0.0-1.25311.102 + 5.0.0-1.25311.102 + 5.0.0-1.25311.102 + 5.0.0-1.25311.102 + 5.0.0-1.25311.102 + 5.0.0-1.25311.102 + 5.0.0-1.25311.102 + 5.0.0-1.25311.102 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 10.0.0-preview.5.25265.101 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 10.0.0-preview.5.25265.101 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 - 10.0.0-preview.25310.107 - 10.0.0-preview.25310.107 - 10.0.0-preview.25310.107 + 10.0.0-preview.25311.102 + 10.0.0-preview.25311.102 + 10.0.0-preview.25311.102 - 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25311.102 3.1.56 3.1.56 @@ -283,8 +283,8 @@ - 10.0.0-preview.6.25310.107 - 10.0.0-preview.6.25310.107 + 10.0.0-preview.6.25311.102 + 10.0.0-preview.6.25311.102 2.2.0-beta.19072.10 @@ -297,21 +297,21 @@ - 10.0.0-beta.25310.107 - 10.0.0-beta.25310.107 - 10.0.0-beta.25310.107 - 10.0.0-beta.25310.107 - 10.0.0-beta.25310.107 - 10.0.0-beta.25310.107 + 10.0.0-beta.25311.102 + 10.0.0-beta.25311.102 + 10.0.0-beta.25311.102 + 10.0.0-beta.25311.102 + 10.0.0-beta.25311.102 + 10.0.0-beta.25311.102 - 10.0.0-beta.25310.107 - 10.0.0-beta.25310.107 - 10.0.0-beta.25310.107 - 10.0.0-beta.25310.107 - 10.0.0-beta.25310.107 - 10.0.0-beta.25310.107 + 10.0.0-beta.25311.102 + 10.0.0-beta.25311.102 + 10.0.0-beta.25311.102 + 10.0.0-beta.25311.102 + 10.0.0-beta.25311.102 + 10.0.0-beta.25311.102 diff --git a/global.json b/global.json index de5ae026e199..22fca88875ca 100644 --- a/global.json +++ b/global.json @@ -14,8 +14,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25310.107", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25310.107", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25311.102", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25311.102", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" }