From 606bca49cbd7b57539b8c2f271cffe4a3c5b7048 Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Mon, 14 Feb 2022 21:12:25 -0600 Subject: [PATCH] Update to SDK and previously-source-built 6.0.102. (#13221) --- 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 13a07e1ed..72fdc7630 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -172,7 +172,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.1-1 + 6.0.2 diff --git a/src/SourceBuild/tarball/content/global.json b/src/SourceBuild/tarball/content/global.json index ce1b32a1d..c0ffde810 100644 --- a/src/SourceBuild/tarball/content/global.json +++ b/src/SourceBuild/tarball/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.101" + "dotnet": "6.0.102" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1",