From 9b4cfdfde85a1bcab1e87e78be8db99785ba3e1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:42:39 -0800 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#4450) 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**: 20240105.2 - **Date Produced**: January 5, 2024 7:12:42 PM UTC - **Commit**: bab85ba4579526962b0dbb0aa4db625c50da8859 - **Branch**: refs/heads/main [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.DotNet.Arcade.Sdk**: [from 9.0.0-beta.23628.1 to 9.0.0-beta.24055.2][1] - **Microsoft.DotNet.CodeAnalysis**: [from 9.0.0-beta.23628.1 to 9.0.0-beta.24055.2][1] [1]: https://github.com/dotnet/arcade/compare/9e5fd26c0d...bab85ba457 [DependencyUpdate]: <> (End) [marker]: <> (End:6d3f346d-45bf-4275-0e83-08d8e40a189f) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- eng/common/helixpublish.proj | 1 + eng/common/internal/Directory.Build.props | 2 ++ eng/common/internal/Tools.csproj | 2 ++ global.json | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f9d72da73..7524e1dd9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,14 +14,14 @@ - + https://github.com/dotnet/arcade - 9e5fd26c0d1a187dfa08242d83e341634d4b1b07 + bab85ba4579526962b0dbb0aa4db625c50da8859 - + https://github.com/dotnet/arcade - 9e5fd26c0d1a187dfa08242d83e341634d4b1b07 + bab85ba4579526962b0dbb0aa4db625c50da8859 https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index e546bf93e..ff4e72ce3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,7 +62,7 @@ 6.0.0 6.0.8 2.0.3 - 9.0.0-beta.23628.1 + 9.0.0-beta.24055.2 1.2.0-beta.406 7.0.0-beta.22316.2 10.0.18362 diff --git a/eng/common/helixpublish.proj b/eng/common/helixpublish.proj index d7f185856..c1323bf41 100644 --- a/eng/common/helixpublish.proj +++ b/eng/common/helixpublish.proj @@ -1,3 +1,4 @@ + diff --git a/eng/common/internal/Directory.Build.props b/eng/common/internal/Directory.Build.props index dbf99d82a..a735fe9a1 100644 --- a/eng/common/internal/Directory.Build.props +++ b/eng/common/internal/Directory.Build.props @@ -1,4 +1,6 @@ + + diff --git a/eng/common/internal/Tools.csproj b/eng/common/internal/Tools.csproj index 7f5ce6d60..8fa77e5b1 100644 --- a/eng/common/internal/Tools.csproj +++ b/eng/common/internal/Tools.csproj @@ -1,5 +1,6 @@ + net472 false @@ -27,4 +28,5 @@ + diff --git a/global.json b/global.json index 093d61959..44dd99d62 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.23628.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24055.2" } } -- 2.34.1