From fb5b500eb851e76e03d3679f42c93a48b7c73df0 Mon Sep 17 00:00:00 2001
From: ".NET Source-Build Bot"
<102560831+dotnet-sb-bot@users.noreply.github.com>
Date: Tue, 13 Aug 2024 14:24:43 -0500
Subject: [PATCH] .NET Source-Build 8.0.108 August 2024 Updates (#20073)
---
src/SourceBuild/content/eng/Versions.props | 4 ++--
src/SourceBuild/content/global.json | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props
index fd487120d..f272b2eae 100644
--- a/src/SourceBuild/content/eng/Versions.props
+++ b/src/SourceBuild/content/eng/Versions.props
@@ -30,7 +30,7 @@
These URLs can't be composed from their base URL and version as we read them from the
prep.sh and pipeline scripts, outside of MSBuild.
-->
- https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.107-servicing.24317.1.centos.9-x64.tar.gz
- https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.107-centos.9-x64.tar.gz
+ https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.108-servicing.24372.1.centos.9-x64.tar.gz
+ https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.108-centos.9-x64.tar.gz
diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json
index b9cdecbb1..4ce3bc3b1 100644
--- a/src/SourceBuild/content/global.json
+++ b/src/SourceBuild/content/global.json
@@ -1,12 +1,12 @@
{
"tools": {
- "dotnet": "8.0.107"
+ "dotnet": "8.0.108"
},
"msbuild-sdks": {
"Microsoft.Build.CentralPackageVersions": "2.0.1",
"Microsoft.Build.Traversal": "2.0.2",
"Microsoft.NET.Sdk.IL": "3.0.0-preview-27107-01",
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21304.1",
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24367.1",
"Yarn.MSBuild": "1.15.2"
}
}