From f2498acf1650ddb5f752820b23e87f134f42ea5b Mon Sep 17 00:00:00 2001 From: NET Source-Build Bot <102560831+dotnet-sb-bot@users.noreply.github.com> Date: Tue, 9 Aug 2022 16:05:31 -0700 Subject: [PATCH] update global.json and Versions.props for .NET SDK 6.0.108 (#14291) --- 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 0b829112c..7efbe79d5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -174,7 +174,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.107 + 6.0.108 diff --git a/src/SourceBuild/tarball/content/global.json b/src/SourceBuild/tarball/content/global.json index bb32ae2ff..3ba15beaa 100644 --- a/src/SourceBuild/tarball/content/global.json +++ b/src/SourceBuild/tarball/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.107" + "dotnet": "6.0.108" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1",