diff --git a/eng/Versions.props b/eng/Versions.props index 2cb335e03..dcbab95f5 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.108 + 6.0.109-2 diff --git a/src/SourceBuild/tarball/content/global.json b/src/SourceBuild/tarball/content/global.json index 3ba15beaa..063a6c676 100644 --- a/src/SourceBuild/tarball/content/global.json +++ b/src/SourceBuild/tarball/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.108" + "dotnet": "6.0.109" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1",