From 9e1016a2d87dba2275fc8dbd13be2b4a028c51dc Mon Sep 17 00:00:00 2001 From: ".NET Source-Build Bot" <102560831+dotnet-sb-bot@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:53:25 -0500 Subject: [PATCH] .NET Source-Build 6.0.135 October 2024 Updates (#20171) Co-authored-by: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com> --- 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 3ee916654963..23813b1868e2 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.133 + 6.0.135 diff --git a/src/SourceBuild/tarball/content/global.json b/src/SourceBuild/tarball/content/global.json index ad6fb5ae60d2..49f4f2ff384b 100644 --- a/src/SourceBuild/tarball/content/global.json +++ b/src/SourceBuild/tarball/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.133" + "dotnet": "6.0.135" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1",