From c255b45852b212d2e7d5c8c7c431da7e9168664c Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Fri, 23 Jun 2023 12:27:37 -0500 Subject: [PATCH] .NET Source-Build 7.0.108 June 2023 OOB Updates (#16795) --- eng/Versions.props | 4 ++-- global.json | 2 +- src/SourceBuild/tarball/content/global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 30c7672e8..81fc3e7ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -215,8 +215,8 @@ or minor release, prebuilts may be needed. When the release is mature, prebuilts are not necessary, and this property is removed from the file. --> - 7.0.107 - 7.0.107 + 7.0.108 + 7.0.108 diff --git a/global.json b/global.json index 30cab30b8..eaf4d3f50 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.107", + "dotnet": "7.0.108", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)" diff --git a/src/SourceBuild/tarball/content/global.json b/src/SourceBuild/tarball/content/global.json index 5782f6cac..95586bbec 100644 --- a/src/SourceBuild/tarball/content/global.json +++ b/src/SourceBuild/tarball/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.107" + "dotnet": "7.0.108" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1",