From 17e71494b242c7b1289b8c92ebcf09746917744b Mon Sep 17 00:00:00 2001
From: NET Source-Build Bot <102560831+dotnet-sb-bot@users.noreply.github.com>
Date: Wed, 10 Jul 2024 10:11:34 -0500
Subject: [PATCH 1/4] .NET Source-Build 6.0.132 July 2024 Updates (#19974)
---
eng/Versions.props | 2 +-
src/SourceBuild/tarball/content/global.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/eng/Versions.props b/eng/Versions.props
index e866b5269..44df0a84b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -144,7 +144,7 @@
or minor release, prebuilts may be needed. When the release is mature, prebuilts are not
necessary, and this property is removed from the file.
-->
- 6.0.131
+ 6.0.132
diff --git a/src/SourceBuild/tarball/content/global.json b/src/SourceBuild/tarball/content/global.json
index c1bb5c5b1..9160faaab 100644
--- a/src/SourceBuild/tarball/content/global.json
+++ b/src/SourceBuild/tarball/content/global.json
@@ -1,6 +1,6 @@
{
"tools": {
- "dotnet": "6.0.131"
+ "dotnet": "6.0.132"
},
"msbuild-sdks": {
"Microsoft.Build.CentralPackageVersions": "2.0.1",
From c42f8e4308c23b6c38624f68506df8388c4c487c Mon Sep 17 00:00:00 2001
From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com>
Date: Thu, 11 Jul 2024 06:48:50 -0600
Subject: [PATCH 2/4] Update MsftToSbSdk.diff (#19983)
---
.../assets/baselines/MsftToSbSdk.diff | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/MsftToSbSdk.diff b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/MsftToSbSdk.diff
index 537b03e4f..6d3d215c4 100644
--- a/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/MsftToSbSdk.diff
+++ b/src/SourceBuild/tarball/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines/MsftToSbSdk.diff
@@ -14,7 +14,20 @@ index ------------
./packs/Microsoft.AspNetCore.App.Ref/
./packs/Microsoft.AspNetCore.App.Ref/x.y.z/
@@ ------------ @@
+ ./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/Microsoft.JSInterop.xml
+ ./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/Microsoft.Net.Http.Headers.dll
+ ./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/Microsoft.Net.Http.Headers.xml
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.DiagnosticSource.dll
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.DiagnosticSource.xml
+ ./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.EventLog.dll
+ ./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.EventLog.xml
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Formats.Asn1.dll
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Formats.Asn1.xml
+ ./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.IO.Pipelines.dll
./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.IO.Pipelines.xml
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.CompilerServices.Unsafe.dll
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Security.AccessControl.dll
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Security.AccessControl.xml
./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Security.Cryptography.Xml.dll
./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Security.Cryptography.Xml.xml
-./packs/Microsoft.NETCore.App.Host.portable-rid/
@@ -29,6 +42,10 @@ index ------------
-./packs/Microsoft.NETCore.App.Host.portable-rid/x.y.z/runtimes/portable-rid/native/libnethost.so
-./packs/Microsoft.NETCore.App.Host.portable-rid/x.y.z/runtimes/portable-rid/native/nethost.h
-./packs/Microsoft.NETCore.App.Host.portable-rid/x.y.z/runtimes/portable-rid/native/singlefilehost
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Text.Encodings.Web.dll
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Text.Encodings.Web.xml
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Text.Json.dll
++./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Text.Json.xml
+./packs/Microsoft.NETCore.App.Host.banana-rid/
+./packs/Microsoft.NETCore.App.Host.banana-rid/x.y.z/
+./packs/Microsoft.NETCore.App.Host.banana-rid/x.y.z/runtimes/
From ace39de76005869f0ab181976df47406f7229309 Mon Sep 17 00:00:00 2001
From: Michael Simons
Date: Thu, 11 Jul 2024 08:25:55 -0500
Subject: [PATCH 3/4] Update SB CI to Fedora 40 (#19929)
---
.vsts-ci.yml | 4 ++--
.../templates/job/source-build-create-tarball.yml | 2 +-
.../job/source-build-run-tarball-build-pr.yml | 12 ++++++------
.../templates/job/source-build-run-tarball-build.yml | 12 ++++++------
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/.vsts-ci.yml b/.vsts-ci.yml
index 2c5d77b56..66492d6dc 100644
--- a/.vsts-ci.yml
+++ b/.vsts-ci.yml
@@ -61,8 +61,8 @@ extends:
template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
parameters:
containers:
- fedora39:
- image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
+ fedora40:
+ image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-40
sdl:
sourceAnalysisPool:
name: $(DncEngInternalBuildPool)
diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml
index d9df2e4e5..8b5b456b6 100644
--- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml
+++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-create-tarball.yml
@@ -2,7 +2,7 @@
jobs:
- job: Source_Build_Create_Tarball
- container: fedora39
+ container: fedora40
displayName: Source-Build Create Tarball
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build-pr.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build-pr.yml
index c38b7ce43..a0599df5a 100644
--- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build-pr.yml
+++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build-pr.yml
@@ -12,7 +12,7 @@ parameters:
alpine317Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17
centOS7Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-source-build
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
- fedora39Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
+ fedora40Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-40
ubuntu2004Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-arm64
poolInternalAmd64:
name: NetCore1ESPool-Svc-Internal
@@ -63,9 +63,9 @@ jobs:
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: true
_RunOnline: false
- Fedora39-Offline:
+ fedora40-Offline:
_BootstrapPrep: false
- _Container: ${{ parameters.fedora39Container }}
+ _Container: ${{ parameters.fedora40Container }}
_EnablePoison: true
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: false
@@ -108,9 +108,9 @@ jobs:
excludeSdkContentTests: true
installerBuildResourceId: ${{ parameters.installerBuildResourceId }}
matrix:
- Fedora39-Offline:
- _PreviousSourceBuildArtifact: Build_Tarball_x64 Fedora39-Offline_Artifacts
- _Container: ${{ parameters.fedora39Container }}
+ fedora40-Offline:
+ _PreviousSourceBuildArtifact: Build_Tarball_x64 fedora40-Offline_Artifacts
+ _Container: ${{ parameters.fedora40Container }}
_EnablePoison: false
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: false
diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml
index c13a1778c..24e4948b9 100644
--- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml
+++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml
@@ -12,7 +12,7 @@ parameters:
alpine317Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17
centOS7Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-source-build
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
- fedora39Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
+ fedora40Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-40
ubuntu2004Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-arm64
poolInternalAmd64:
name: NetCore1ESPool-Svc-Internal
@@ -69,9 +69,9 @@ jobs:
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: true
_RunOnline: false
- Fedora39-Offline:
+ fedora40-Offline:
_BootstrapPrep: false
- _Container: ${{ parameters.fedora39Container }}
+ _Container: ${{ parameters.fedora40Container }}
_EnablePoison: true
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: false
@@ -114,9 +114,9 @@ jobs:
excludeSdkContentTests: true
installerBuildResourceId: ${{ parameters.installerBuildResourceId }}
matrix:
- Fedora39-Offline:
- _PreviousSourceBuildArtifact: Build_Tarball_x64 Fedora39-Offline_Artifacts
- _Container: ${{ parameters.fedora39Container }}
+ fedora40-Offline:
+ _PreviousSourceBuildArtifact: Build_Tarball_x64 fedora40-Offline_Artifacts
+ _Container: ${{ parameters.fedora40Container }}
_EnablePoison: false
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: false
From 0271f414871775867448bea631b5a6bb8e6ad253 Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Thu, 11 Jul 2024 19:29:56 +0000
Subject: [PATCH 4/4] [release/6.0.1xx] Update dependencies from dotnet/arcade
(#19992)
[release/6.0.1xx] Update dependencies from dotnet/arcade
---
NuGet.config | 36 ++++++++++++++++++++++++++++++++++++
eng/Version.Details.xml | 12 ++++++------
eng/Versions.props | 2 +-
global.json | 6 +++---
4 files changed, 46 insertions(+), 10 deletions(-)
diff --git a/NuGet.config b/NuGet.config
index bc938de7b..c0378a005 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -8,21 +8,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -43,16 +63,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index d94cd270b..35719daa9 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -197,19 +197,19 @@
-
+
https://github.com/dotnet/arcade
- 1844d819e6f33f1106083c5066ea01e0310eefa3
+ fbc993a9e8fb4926ce04c95ba2e48852c9d9df65
-
+
https://github.com/dotnet/arcade
- 1844d819e6f33f1106083c5066ea01e0310eefa3
+ fbc993a9e8fb4926ce04c95ba2e48852c9d9df65
-
+
https://github.com/dotnet/arcade
- 1844d819e6f33f1106083c5066ea01e0310eefa3
+ fbc993a9e8fb4926ce04c95ba2e48852c9d9df65
https://github.com/dotnet/source-build-reference-packages
diff --git a/eng/Versions.props b/eng/Versions.props
index 44df0a84b..0e6fe8dac 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -19,7 +19,7 @@
- 6.0.0-beta.24326.2
+ 6.0.0-beta.24360.7
diff --git a/global.json b/global.json
index 750534f91..18b0acd2a 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"tools": {
- "dotnet": "6.0.130",
+ "dotnet": "6.0.132",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
@@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24326.2",
- "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.24326.2"
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24360.7",
+ "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.24360.7"
}
}