diff --git a/eng/Versions.props b/eng/Versions.props index 66b7f97c6..f2e4799cf 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.104 + 6.0.105 diff --git a/src/SourceBuild/tarball/content/global.json b/src/SourceBuild/tarball/content/global.json index 8f624df61..a5fc981f9 100644 --- a/src/SourceBuild/tarball/content/global.json +++ b/src/SourceBuild/tarball/content/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.104" + "dotnet": "6.0.105" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1",