From: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:37:06 +0000 (-0700) Subject: [main] Update dependencies from dotnet/arcade (#4873) X-Git-Tag: accepted/tizen/unified/20241231.014852~39^2^2~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=029a1b484852b24fe9dbe4dff394b890bd12b21b;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git [main] Update dependencies from dotnet/arcade (#4873) This pull request updates the following dependencies [marker]: <> (Begin:6d3f346d-45bf-4275-0e83-08d8e40a189f) ## From https://github.com/dotnet/arcade - **Subscription**: 6d3f346d-45bf-4275-0e83-08d8e40a189f - **Build**: 20240816.2 - **Date Produced**: August 16, 2024 10:55:26 PM UTC - **Commit**: 8fe02bab989df1265eee225df2c28af6dbdccc83 - **Branch**: refs/heads/main [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.SourceBuild.Intermediate.arcade**: [from 9.0.0-beta.24408.2 to 9.0.0-beta.24416.2][1] - **Microsoft.DotNet.Arcade.Sdk**: [from 9.0.0-beta.24408.2 to 9.0.0-beta.24416.2][1] - **Microsoft.DotNet.CodeAnalysis**: [from 9.0.0-beta.24408.2 to 9.0.0-beta.24416.2][1] [1]: https://github.com/dotnet/arcade/compare/60ae233c3d...8fe02bab98 [DependencyUpdate]: <> (End) [marker]: <> (End:6d3f346d-45bf-4275-0e83-08d8e40a189f) Co-authored-by: dotnet-maestro[bot] --- diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 566bcc5fd..154ab9de6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -10,19 +10,19 @@ - + https://github.com/dotnet/arcade - 60ae233c3d77f11c5fdb53e570b64d503b13ba59 + 8fe02bab989df1265eee225df2c28af6dbdccc83 - + https://github.com/dotnet/arcade - 60ae233c3d77f11c5fdb53e570b64d503b13ba59 + 8fe02bab989df1265eee225df2c28af6dbdccc83 - + https://github.com/dotnet/arcade - 60ae233c3d77f11c5fdb53e570b64d503b13ba59 + 8fe02bab989df1265eee225df2c28af6dbdccc83 https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index 515083f01..c023bb8cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -51,7 +51,7 @@ 8.0.0 8.0.4 2.0.3 - 9.0.0-beta.24408.2 + 9.0.0-beta.24416.2 1.2.0-beta.406 7.0.0-beta.22316.2 10.0.18362 diff --git a/global.json b/global.json index 13cacbfa7..6872db433 100644 --- a/global.json +++ b/global.json @@ -16,6 +16,6 @@ }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.5.0", - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24408.2" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24416.2" } }