Skip to content

Commit 4ad45f0

Browse files
authored
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' (#20436)
2 parents 3934ddc + d013c96 commit 4ad45f0

File tree

3 files changed

+12
-40
lines changed

3 files changed

+12
-40
lines changed

src/SourceBuild/content/eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
These URLs can't be composed from their base URL and version as we read them from the
3131
prep.sh and pipeline scripts, outside of MSBuild.
3232
-->
33-
<PrivateSourceBuiltArtifactsUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.115-servicing.25169.1.centos.9-x64.tar.gz</PrivateSourceBuiltArtifactsUrl>
34-
<PrivateSourceBuiltSdkUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/sdks/dotnet-sdk-8.0.115-centos.9-x64.tar.gz</PrivateSourceBuiltSdkUrl>
33+
<PrivateSourceBuiltArtifactsUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.116-servicing.25219.1.centos.9-x64.tar.gz</PrivateSourceBuiltArtifactsUrl>
34+
<PrivateSourceBuiltSdkUrl>https://builds.dotnet.microsoft.com/source-built-artifacts/sdks/dotnet-sdk-8.0.116-centos.9-x64.tar.gz</PrivateSourceBuiltSdkUrl>
3535
</PropertyGroup>
3636
</Project>

src/SourceBuild/content/global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"tools": {
3-
"dotnet": "8.0.115"
3+
"dotnet": "8.0.116"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.CentralPackageVersions": "2.0.1",
77
"Microsoft.Build.Traversal": "2.0.2",
88
"Microsoft.NET.Sdk.IL": "3.0.0-preview-27107-01",
9-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25164.5",
9+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25214.7",
1010
"Yarn.MSBuild": "1.15.2"
1111
}
1212
}
Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Nikola Milosavljevic <[email protected]>
3-
Date: Tue, 23 Apr 2024 01:55:17 +0000
3+
Date: Fri, 18 Apr 2025 18:30:01 +0000
44
Subject: [PATCH] Update MSBuild dependencies
55

66
Backport: https://github.com/dotnet/runtime/issues/101395
77
---
8-
eng/Version.Details.xml | 12 ++++++++++++
9-
eng/Versions.props | 6 +++---
10-
src/tasks/AotCompilerTask/MonoAOTCompiler.csproj | 1 -
11-
src/tasks/WasmAppBuilder/WasmAppBuilder.csproj | 3 ---
12-
4 files changed, 15 insertions(+), 7 deletions(-)
8+
eng/Version.Details.xml | 12 ++++++++++++
9+
eng/Versions.props | 6 +++---
10+
2 files changed, 15 insertions(+), 3 deletions(-)
1311

1412
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
15-
index fe35dc0997e..b90337395f6 100644
13+
index c0d77ea95ce..f4353aa9cab 100644
1614
--- a/eng/Version.Details.xml
1715
+++ b/eng/Version.Details.xml
1816
@@ -414,6 +414,18 @@
@@ -35,10 +33,10 @@ index fe35dc0997e..b90337395f6 100644
3533
<Uri>https://github.com/dotnet/msbuild</Uri>
3634
<Sha>195e7f5a3a8e51c37d83cd9e54cb99dc3fc69c22</Sha>
3735
diff --git a/eng/Versions.props b/eng/Versions.props
38-
index f012e409095..bf16c6ee71f 100644
36+
index 08c67394ba7..e125a1882cc 100644
3937
--- a/eng/Versions.props
4038
+++ b/eng/Versions.props
41-
@@ -173,9 +173,9 @@
39+
@@ -183,9 +183,9 @@
4240
<MicrosoftDiagnosticsToolsRuntimeClientVersion>1.0.4-preview6.19326.1</MicrosoftDiagnosticsToolsRuntimeClientVersion>
4341
<DNNEVersion>2.0.5</DNNEVersion>
4442
<MicrosoftBuildVersion>17.8.3</MicrosoftBuildVersion>
@@ -48,32 +46,6 @@ index f012e409095..bf16c6ee71f 100644
4846
+ <MicrosoftBuildTasksCoreVersion>17.8.3</MicrosoftBuildTasksCoreVersion>
4947
+ <MicrosoftBuildFrameworkVersion>17.8.3</MicrosoftBuildFrameworkVersion>
5048
+ <MicrosoftBuildUtilitiesCoreVersion>17.8.3</MicrosoftBuildUtilitiesCoreVersion>
49+
<NugetFrameworksVersion>6.2.4</NugetFrameworksVersion>
5150
<NugetProjectModelVersion>6.2.4</NugetProjectModelVersion>
5251
<NugetPackagingVersion>6.2.4</NugetPackagingVersion>
53-
<DotnetSosVersion>7.0.412701</DotnetSosVersion>
54-
diff --git a/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj b/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj
55-
index e76730b5aec..88ae0fb136c 100644
56-
--- a/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj
57-
+++ b/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj
58-
@@ -14,7 +14,6 @@
59-
<ItemGroup>
60-
<PackageReference Include="Microsoft.Build" Version="$(MicrosoftBuildVersion)" />
61-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="$(MicrosoftBuildTasksCoreVersion)" />
62-
- <PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
63-
</ItemGroup>
64-
<ItemGroup>
65-
<Compile Include="MonoAOTCompiler.cs" />
66-
diff --git a/src/tasks/WasmAppBuilder/WasmAppBuilder.csproj b/src/tasks/WasmAppBuilder/WasmAppBuilder.csproj
67-
index 34a51095986..d8c95954dd8 100644
68-
--- a/src/tasks/WasmAppBuilder/WasmAppBuilder.csproj
69-
+++ b/src/tasks/WasmAppBuilder/WasmAppBuilder.csproj
70-
@@ -24,9 +24,6 @@
71-
72-
<PackageReference Include="Microsoft.Build" Version="$(MicrosoftBuildVersion)" />
73-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="$(MicrosoftBuildTasksCoreVersion)" />
74-
- <!-- FIXME: is this the correct version of SRM to use when building for .NET Framework? -->
75-
- <PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
76-
- <PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />
77-
</ItemGroup>
78-
79-
<ItemGroup>

0 commit comments

Comments
 (0)