From 994e272cf12907dcc019063e13c36c681983e324 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:37:21 +0200 Subject: [PATCH] Add separate properties for keep-in-sync versions (#97643) * Add separate properties for keep-in-sync versions * Update src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj * Update src/tasks/WasmAppBuilder/WasmAppBuilder.csproj * Update eng/Versions.props * Update eng/Versions.props * Update src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj --------- Co-authored-by: Viktor Hofer --- eng/Version.Details.xml | 4 ++++ eng/Versions.props | 4 +++- .../aot/ILCompiler.Build.Tasks/ILCompiler.Build.Tasks.csproj | 2 +- .../Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj | 3 +-- src/tasks/AotCompilerTask/MonoAOTCompiler.csproj | 2 +- .../Microsoft.NET.WebAssembly.Webcil.csproj | 3 +-- src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj | 4 ++-- src/tasks/WasmAppBuilder/WasmAppBuilder.csproj | 3 +-- src/tasks/installer.tasks/installer.tasks.csproj | 2 +- src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj | 2 +- 10 files changed, 16 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04a2a8b393fd74..7bf60f1f1948b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -344,6 +344,10 @@ https://github.com/dotnet/runtime 205ef031e0fe5152dede0bd9f99d0f6f9e7f1e45 + + https://github.com/dotnet/runtime + 205ef031e0fe5152dede0bd9f99d0f6f9e7f1e45 + https://github.com/dotnet/xharness f49b5c0db06528a9580686a5b63b0e5b4aba566b diff --git a/eng/Versions.props b/eng/Versions.props index a7085f29db6b54..d5167a3d5f8c76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -129,7 +129,9 @@ 8.0.0 5.0.0 4.5.5 - 7.0.0 + 9.0.0-alpha.1.24072.1 + + 7.0.0 7.0.0 6.0.0 5.0.0 diff --git a/src/coreclr/tools/aot/ILCompiler.Build.Tasks/ILCompiler.Build.Tasks.csproj b/src/coreclr/tools/aot/ILCompiler.Build.Tasks/ILCompiler.Build.Tasks.csproj index 742bc1b0f0be73..f8d85c1da3e025 100644 --- a/src/coreclr/tools/aot/ILCompiler.Build.Tasks/ILCompiler.Build.Tasks.csproj +++ b/src/coreclr/tools/aot/ILCompiler.Build.Tasks/ILCompiler.Build.Tasks.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj b/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj index cdd3751e3c289a..4b2f49ec435685 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj +++ b/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj @@ -19,8 +19,7 @@ - - + diff --git a/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj b/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj index e9ecbe2c5b1950..32a0203583ddb9 100644 --- a/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj +++ b/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj b/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj index d09ae4a569a598..362805f31bce55 100644 --- a/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj +++ b/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj @@ -15,9 +15,8 @@ - - + diff --git a/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj b/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj index 21861ede492813..1d347799e3420b 100644 --- a/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj +++ b/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj @@ -8,13 +8,13 @@ - + - + diff --git a/src/tasks/WasmAppBuilder/WasmAppBuilder.csproj b/src/tasks/WasmAppBuilder/WasmAppBuilder.csproj index 0b663a993a57d2..37298685d405cd 100644 --- a/src/tasks/WasmAppBuilder/WasmAppBuilder.csproj +++ b/src/tasks/WasmAppBuilder/WasmAppBuilder.csproj @@ -25,8 +25,7 @@ - - + diff --git a/src/tasks/installer.tasks/installer.tasks.csproj b/src/tasks/installer.tasks/installer.tasks.csproj index 98c370fdfedb13..fee44e8622b82e 100644 --- a/src/tasks/installer.tasks/installer.tasks.csproj +++ b/src/tasks/installer.tasks/installer.tasks.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj b/src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj index 7e1bbd4d9ddad3..c7bda095b5b2ba 100644 --- a/src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj +++ b/src/tools/illink/src/ILLink.Tasks/ILLink.Tasks.csproj @@ -51,7 +51,7 @@ - +